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)
commit61df439a326872b6464517fb6a2b989ac924b9a5
tree697a1f8c3e3c3be6e1974b53b13c1d67124f0284
parent6aa12e07a48ccd95062f7345d0aa571e92407a7f
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 e6f7e1487ab5
("nfs_localio: simplify interface to nfsd for getting nfsd_file").

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