x86/sgx: Fix a typo in kernel-doc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Dec 2020 08:27:14 +0000 (09:27 +0100)
committerBorislav Petkov <bp@suse.de>
Wed, 2 Dec 2020 11:54:47 +0000 (12:54 +0100)
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
arch/x86/include/uapi/asm/sgx.h

index 791e453..9034f30 100644 (file)
@@ -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.
  */