]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
authorSean Christopherson <seanjc@google.com>
Wed, 12 Nov 2025 16:07:07 +0000 (08:07 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Fri, 14 Nov 2025 23:30:28 +0000 (15:30 -0800)
commit55bf13b612579a2b4ed81f3891c36d1cde7579a3
treee3fc528d18750721fc9323020bcb099086c6fa66
parent905885fdb1f73368b876de7320e8160e29e2dd03
x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h

Drop an asterisk from a file-level copyright comment so that the comment
isn't intrepeted as a kernel-doc comment.

E.g. if arch/x86/include/asm/sgx.h is fed into kernel-doc processing:

  WARNING: ./arch/x86/include/asm/sgx.h:2 This comment starts with '/**',
  but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

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-5-seanjc%40google.com
arch/x86/include/asm/sgx.h