aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-01-05 17:39:09 +0800
committerSteve French <stfrench@microsoft.com>2022-01-15 10:08:33 -0600
commit3ac5f2f2574a8b9e219bb5872166e5db797e349d (patch)
tree8d26c55c4787af52c56716a02399ca0b476d6588 /fs/cifs/smb2misc.c
parentcifs: avoid race during socket reconnect between send and recv (diff)
downloadlinux-dev-3ac5f2f2574a8b9e219bb5872166e5db797e349d.tar.xz
linux-dev-3ac5f2f2574a8b9e219bb5872166e5db797e349d.zip
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>
Diffstat (limited to 'fs/cifs/smb2misc.c')
-rw-r--r--fs/cifs/smb2misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smb2misc.c b/fs/cifs/smb2misc.c
index 396d5afa7cf1..b25623e3fe3d 100644
--- a/fs/cifs/smb2misc.c
+++ b/fs/cifs/smb2misc.c
@@ -847,6 +847,7 @@ smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *serve
* SMB2 header.
*
* @ses: server session structure
+ * @server: pointer to server info
* @iov: array containing the SMB request we will send to the server
* @nvec: number of array entries for the iov
*/