Skip to content

Commit 61df439

Browse files
committed
NFSD: Clean up kdoc for nfsd_open_local_fh()
Sparse reports that the synopsis of nfsd_open_local_fh() does not match its kdoc comment. Introduced by commit e6f7e14 ("nfs_localio: simplify interface to nfsd for getting nfsd_file"). Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 6aa12e0 commit 61df439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfsd/localio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @rpc_clnt: rpc_clnt that the client established
3333
* @cred: cred that the client established
3434
* @nfs_fh: filehandle to lookup
35-
* @nfp: place to find the nfsd_file, or store it if it was non-NULL
35+
* @pnf: place to find the nfsd_file, or store it if it was non-NULL
3636
* @fmode: fmode_t to use for open
3737
*
3838
* This function maps a local fh to a path on a local filesystem.

0 commit comments

Comments
 (0)