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

David Howells dhowells at redhat.com
Thu Jan 27 16:02:34 UTC 2022


marker.

Signed-off-by: David Howells <dhowells at redhat.com>
---

 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.





More information about the Linux-cachefs mailing list