Commit 483529f3 authored by David Howells's avatar David Howells Committed by Steve French
Browse files

Fix a warning about a malformed kernel doc comment in cifs



Fix by removing the extra asterisk.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarJeff Layton <jlayton@kernel.org>
Reviewed-by: default avatarRohith Surabattula <rohiths@microsoft.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent e783362e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.