[PATCH 1/4] Fix a warning about a malformed kernel doc comment in cifs by removing the

From: David Howells
Date: Thu Jan 27 2022 - 11:02:51 EST


marker.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
---

fs/cifs/connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.