Skip to content

Commit 483529f

Browse files
dhowellssmfrench
authored andcommitted
Fix a warning about a malformed kernel doc comment in cifs
Fix by removing the extra asterisk. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Rohith Surabattula <rohiths@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent e783362 commit 483529f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/cifs/connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static void cifs_resolve_server(struct work_struct *work)
162162
mutex_unlock(&server->srv_mutex);
163163
}
164164

165-
/**
165+
/*
166166
* Mark all sessions and tcons for reconnect.
167167
*
168168
* @server needs to be previously set to CifsNeedReconnect.

0 commit comments

Comments
 (0)