projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e783362
)
Fix a warning about a malformed kernel doc comment in cifs
author
David Howells
<dhowells@redhat.com>
Thu, 27 Jan 2022 16:02:34 +0000
(16:02 +0000)
committer
Steve French
<stfrench@microsoft.com>
Fri, 28 Jan 2022 16:30:21 +0000
(10:30 -0600)
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>
fs/cifs/connect.c
patch
|
blob
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index 11a22a30ee141b74c265b5edaaf3410beb6db6bf..ed210d774a212084545626e90b4894058444d7bd 100644
(file)
--- 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.