From: David Howells Date: Thu, 27 Jan 2022 16:02:34 +0000 (+0000) Subject: Fix a warning about a malformed kernel doc comment in cifs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=483529f3209f56d4c7a465d045278a2546ae7ed9;p=linux.git Fix a warning about a malformed kernel doc comment in cifs Fix by removing the extra asterisk. Signed-off-by: David Howells Acked-by: Jeff Layton Reviewed-by: Rohith Surabattula Signed-off-by: Steve French --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 11a22a30ee141..ed210d774a212 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -162,7 +162,7 @@ static void cifs_resolve_server(struct work_struct *work) mutex_unlock(&server->srv_mutex); } -/** +/* * Mark all sessions and tcons for reconnect. * * @server needs to be previously set to CifsNeedReconnect.