diff mbox series

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

Message ID 164329935406.843658.13491453034739838581.stgit@warthog.procyon.org.uk
State New
Headers show
Series cifs: Use fscache I/O again after the rewrite disabled it | expand

Commit Message

David Howells Jan. 27, 2022, 4:02 p.m. UTC
marker.

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

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

Patch

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.