Skip to content

Commit 55bf13b

Browse files
sean-jchansendc
authored andcommitted
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
1 parent 905885f commit 55bf13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arch/x86/include/asm

arch/x86/include/asm/sgx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/**
2+
/*
33
* Copyright(c) 2016-20 Intel Corporation.
44
*
55
* Intel Software Guard Extensions (SGX) support.

0 commit comments

Comments
 (0)