diff options
author | David Howells <dhowells@redhat.com> | 2022-01-27 16:02:34 +0000 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-01-28 10:30:21 -0600 |
commit | 483529f3209f56d4c7a465d045278a2546ae7ed9 (patch) | |
tree | d992f51199ebab444a48bb9e3e9c7f50f0933a86 /fs | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) | |
download | linux-483529f3209f56d4c7a465d045278a2546ae7ed9.tar.bz2 |
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')
-rw-r--r-- | fs/cifs/connect.c | 2 |
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. |