]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
authorSean Christopherson <seanjc@google.com>
Wed, 12 Nov 2025 16:07:04 +0000 (08:07 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 14 Nov 2025 23:30:13 +0000 (15:30 -0800)
commit75801ca620a6ba9f3da7d4e3d3a8ad10811c579e
tree9e3dd9498fc44527e8f269ffe6f21ed20b845076
parent0f2753efc5baff2f0b2a921fe77990c7b12955dc
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
arch/x86/include/uapi/asm/sgx.h