]> git.baikalelectronics.ru Git - kernel.git/commit
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()
authorChenXiaoSong <chenxiaosong2@huawei.com>
Wed, 9 Jun 2021 03:55:10 +0000 (11:55 +0800)
committerBorislav Petkov <bp@suse.de>
Fri, 11 Jun 2021 08:42:38 +0000 (10:42 +0200)
commitd88d1e2a0407672f7d05585d2dba222a6516b2ac
treee6abd133ce413439478a21844c60d17e8e31408d
parent7f660d6b3a8b2f67183cd683e6147c7e8d4abbd6
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()

Fix the following kernel-doc warning:

  arch/x86/kernel/cpu/sgx/encl.c:392: warning: Function parameter \
    or member 'ref' not described in 'sgx_encl_release'

 [ bp: Massage commit message. ]

Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210609035510.2083694-1-chenxiaosong2@huawei.com
arch/x86/kernel/cpu/sgx/encl.c