]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sgx: Document structs and enums with '@', not '%'
authorSean Christopherson <seanjc@google.com>
Wed, 12 Nov 2025 16:07:06 +0000 (08:07 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 14 Nov 2025 23:30:26 +0000 (15:30 -0800)
commit905885fdb1f73368b876de7320e8160e29e2dd03
treec5c5d796e9fde68b795dfc8cbfb2fe159093e3e2
parent243ea511fea00572c720199f5b0e00623e9ffc62
x86/sgx: Document structs and enums with '@', not '%'

Use '@' to document structure members and enum values in kernel-doc markup,
as per Documentation/doc-guide/kernel-doc.rst and flagged by make htmldocs.

  WARNING: arch/x86/include/uapi/asm/sgx.h:17 Enum value 'SGX_PAGE_MEASURE'
           not described in enum 'sgx_page_flags'

Opportunistically add a missing ':' for SGX_CHILD_PRESENT.

Closes: https://lore.kernel.org/all/20251106145506.145fc620@canb.auug.org.au
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
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-4-seanjc%40google.com
arch/x86/include/asm/sgx.h
arch/x86/include/uapi/asm/sgx.h