Skip to content

Commit 75801ca

Browse files
sean-jchansendc
authored andcommitted
x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
Add a missing ':' for the description of sgx_enclave_run.reserved so that documentation for the member is correctly generated: WARNING: arch/x86/include/uapi/asm/sgx.h:184 struct member 'reserved' not described in 'sgx_enclave_run' 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-2-seanjc%40google.com
1 parent 0f2753e commit 75801ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arch/x86/include/uapi/asm

arch/x86/include/uapi/asm/sgx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ typedef int (*sgx_enclave_user_handler_t)(long rdi, long rsi, long rdx,
166166
* @exception_addr: The address that triggered the exception
167167
* @user_handler: User provided callback run on exception
168168
* @user_data: Data passed to the user handler
169-
* @reserved Reserved for future extensions
169+
* @reserved: Reserved for future extensions
170170
*
171171
* If @user_handler is provided, the handler will be invoked on all return paths
172172
* of the normal flow. The user handler may transfer control, e.g. via a

0 commit comments

Comments
 (0)