diff options
author | Mauro Carvalho Chehab | 2020-12-02 09:27:14 +0100 |
---|---|---|
committer | Borislav Petkov | 2020-12-02 12:54:47 +0100 |
commit | bab8c183d1d452f5fdc059aef2f0788bd2986231 (patch) | |
tree | 525fde870099021a9ed6b0aec151e1683bbe4823 /arch/x86 | |
parent | afe76eca862ccde2a0c30105fc97a46a0b59339b (diff) |
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
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/uapi/asm/sgx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/sgx.h b/arch/x86/include/uapi/asm/sgx.h index 791e45334a4a..9034f3007c4e 100644 --- a/arch/x86/include/uapi/asm/sgx.h +++ b/arch/x86/include/uapi/asm/sgx.h @@ -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. */ |