]> Gentwo Git Trees - linux/.git/commit
x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute
authorSean Christopherson <seanjc@google.com>
Wed, 12 Nov 2025 16:07:08 +0000 (08:07 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 14 Nov 2025 23:30:32 +0000 (15:30 -0800)
commitf2f22721aca46cebb63c589eefda843721908833
tree62cdec3cf2792188b6ffbf825347a5ebe728fad2
parent55bf13b612579a2b4ed81f3891c36d1cde7579a3
x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute

Use the exact enum name when documenting "enum sgx_attribute" to fix a
warning if the file is fed into kernel-doc processing:

  WARNING: ./arch/x86/include/asm/sgx.h:139 expecting prototype for enum
           sgx_attributes. Prototype was for enum sgx_attribute instead

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://patch.msgid.link/20251112160708.1343355-6-seanjc%40google.com
arch/x86/include/asm/sgx.h