mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 14:04:05 +08:00
x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment
Fix ./arch/x86/kernel/cpu/sgx/ioctl.c:666: warning: Function parameter or member \ 'encl' not described in 'sgx_ioc_enclave_provision' ./arch/x86/kernel/cpu/sgx/ioctl.c:666: warning: Excess function parameter \ 'enclave' description in 'sgx_ioc_enclave_provision' Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20201123181922.0c009406@canb.auug.org.au
This commit is contained in:
parent
14132a5b80
commit
afe76eca86
@ -652,7 +652,7 @@ out:
|
||||
|
||||
/**
|
||||
* sgx_ioc_enclave_provision() - handler for %SGX_IOC_ENCLAVE_PROVISION
|
||||
* @enclave: an enclave pointer
|
||||
* @encl: an enclave pointer
|
||||
* @arg: userspace pointer to a struct sgx_enclave_provision instance
|
||||
*
|
||||
* Allow ATTRIBUTE.PROVISION_KEY for an enclave by providing a file handle to
|
||||
|
Loading…
Reference in New Issue
Block a user