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)
commit1d3156396cf6ea0873145092f4e040374ff1d862
treee6abd133ce413439478a21844c60d17e8e31408d
parent0e5a89dbb49920cea22193044bbbfd76a9b0f458
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