[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <163342378161.876192.6553771342861206270.stgit@warthog.procyon.org.uk>
Date: Tue, 05 Oct 2021 09:49:41 +0100
From: David Howells <dhowells@...hat.com>
To: Trond Myklebust <trond.myklebust@...merspace.com>,
Dominique Martinet <asmadeus@...ewreck.org>
Cc: Jeff Layton <jlayton@...nel.org>,
Anna Schumaker <anna.schumaker@...app.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-nfs@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-doc@...r.kernel.org, dhowells@...hat.com,
Marc Dionne <marc.dionne@...istor.com>,
Anna Schumaker <anna.schumaker@...app.com>,
Jeff Layton <jlayton@...nel.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
torvalds@...ux-foundation.org,
v9fs-developer@...ts.sourceforge.net,
linux-afs@...ts.infradead.org, linux-nfs@...r.kernel.org,
linux-cachefs@...hat.com, linux-fsdevel@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 1/5] nfs: Fix kerneldoc warning shown up by W=1
Fix a kerneldoc warning in nfs due to documentation for a parameter that
isn't present.
Signed-off-by: David Howells <dhowells@...hat.com>
Reviewed-by: Jeff Layton <jlayton@...nel.org>
cc: Trond Myklebust <trond.myklebust@...merspace.com>
cc: Anna Schumaker <anna.schumaker@...app.com>
cc: Mauro Carvalho Chehab <mchehab@...nel.org>
cc: linux-nfs@...r.kernel.org
cc: linux-fsdevel@...r.kernel.org
cc: linux-doc@...r.kernel.org
Link: https://lore.kernel.org/r/163214005516.2945267.7000234432243167892.stgit@warthog.procyon.org.uk/ # rfc v1
Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@warthog.procyon.org.uk/ # rfc v2
---
fs/nfs_common/grace.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/nfs_common/grace.c b/fs/nfs_common/grace.c
index edec45831585..0a9b72685f98 100644
--- a/fs/nfs_common/grace.c
+++ b/fs/nfs_common/grace.c
@@ -42,7 +42,6 @@ EXPORT_SYMBOL_GPL(locks_start_grace);
/**
* locks_end_grace
- * @net: net namespace that this lock manager belongs to
* @lm: who this grace period is for
*
* Call this function to state that the given lock manager is ready to
Powered by blists - more mailing lists