]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
NFSD: Clean up kdoc for nfsd_open_local_fh()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 19 Jun 2025 14:20:01 +0000 (10:20 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:44 +0000 (12:46 -0400)
Sparse reports that the synopsis of nfsd_open_local_fh() does not
match its kdoc comment. Introduced by commit e6f7e1487ab5
("nfs_localio: simplify interface to nfsd for getting nfsd_file").

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/localio.c

index 80d9ff6608a7b99ebcfbc9e437d0261ec07c3157..4f6468eb2adf677506a9660b2a070aeb3c4d2f00 100644 (file)
@@ -32,7 +32,7 @@
  * @rpc_clnt: rpc_clnt that the client established
  * @cred: cred that the client established
  * @nfs_fh: filehandle to lookup
- * @nfp: place to find the nfsd_file, or store it if it was non-NULL
+ * @pnf: place to find the nfsd_file, or store it if it was non-NULL
  * @fmode: fmode_t to use for open
  *
  * This function maps a local fh to a path on a local filesystem.