]> git.ipfire.org Git - people/ms/linux.git/commit - fs/cifs/smb2misc.c
cifs: Fix smb311_update_preauth_hash() kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 5 Jan 2022 09:39:09 +0000 (17:39 +0800)
committerSteve French <stfrench@microsoft.com>
Sat, 15 Jan 2022 16:08:33 +0000 (10:08 -0600)
commit3ac5f2f2574a8b9e219bb5872166e5db797e349d
tree8d26c55c4787af52c56716a02399ca0b476d6588
parentbda487ac4bebf871255cc6f23e16f702cea0ca7c
cifs: Fix smb311_update_preauth_hash() kernel-doc comment

Add the description of @server in smb311_update_preauth_hash()
kernel-doc comment to remove warning found by running scripts/kernel-doc,
which is caused by using 'make W=1'.
fs/cifs/smb2misc.c:856: warning: Function parameter or member 'server'
not described in 'smb311_update_preauth_hash'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2misc.c