Skip to content

Commit 3ac5f2f

Browse files
Yang Lismfrench
authored andcommitted
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 <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent bda487a commit 3ac5f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/smb2misc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *serve
847847
* SMB2 header.
848848
*
849849
* @ses: server session structure
850+
* @server: pointer to server info
850851
* @iov: array containing the SMB request we will send to the server
851852
* @nvec: number of array entries for the iov
852853
*/

0 commit comments

Comments
 (0)