mirror of https://gitee.com/openkylin/linux.git
x86/sgx: Fix a typo in kernel-doc markup
Fix the following kernel-doc warning: arch/x86/include/uapi/asm/sgx.h:19: warning: expecting prototype \ for enum sgx_epage_flags. Prototype was for enum sgx_page_flags instead [ bp: Launder the commit message. ] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/ca11a4540d981cbd5f026b6cbc8931aa55654e00.1606897462.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
afe76eca86
commit
bab8c183d1
|
@ -9,7 +9,7 @@
|
|||
#include <linux/ioctl.h>
|
||||
|
||||
/**
|
||||
* enum sgx_epage_flags - page control flags
|
||||
* enum sgx_page_flags - page control flags
|
||||
* %SGX_PAGE_MEASURE: Measure the page contents with a sequence of
|
||||
* ENCLS[EEXTEND] operations.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue