Skip to content

Commit 6aa12e0

Browse files
committed
NFSD: Clean up kdoc for nfsd_file_put_local()
Sparse reports that the synopsis of nfsd_file_put_local() does not match its kdoc comment. Introduced by commit c25a897 ("nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer") . Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 9fdd553 commit 6aa12e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfsd/filecache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ nfsd_file_put(struct nfsd_file *nf)
372372

373373
/**
374374
* nfsd_file_put_local - put nfsd_file reference and arm nfsd_net_put in caller
375-
* @nf: nfsd_file of which to put the reference
375+
* @pnf: nfsd_file of which to put the reference
376376
*
377377
* First save the associated net to return to caller, then put
378378
* the reference of the nfsd_file.

0 commit comments

Comments
 (0)