mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 19:01:45 -04:00
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>
This commit is contained in:
committed by
Steve French
parent
e783362eb5
commit
483529f320
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user