]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment
authorBorislav Petkov <bp@suse.de>
Mon, 23 Nov 2020 10:11:17 +0000 (11:11 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Nov 2020 09:46:01 +0000 (10:46 +0100)
commitafe76eca862ccde2a0c30105fc97a46a0b59339b
tree7e14913e778a0e301af39422b462afa88baf3944
parent14132a5b807bb5caf778fe7ae1597e630971e949
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
arch/x86/kernel/cpu/sgx/ioctl.c