summaryrefslogtreecommitdiff
path: root/fs/cifs
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-01-27 19:02:34 +0300
committerSteve French <stfrench@microsoft.com>2022-01-28 19:30:21 +0300
commit483529f3209f56d4c7a465d045278a2546ae7ed9 (patch)
treed992f51199ebab444a48bb9e3e9c7f50f0933a86 /fs/cifs
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff)
downloadlinux-483529f3209f56d4c7a465d045278a2546ae7ed9.tar.xz
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>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 11a22a30ee14..ed210d774a21 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.