diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-02-18 13:32:38 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-02-20 15:14:21 -0500 |
commit | 302fad7bd5c36de0eb4e94db5c15e12c68a9c842 (patch) | |
tree | 134f55331018e3f2211ba5580c40d23e66e3afbc /fs/nfs/namespace.c | |
parent | 2dc23afffbcac7c8935422beca1ba8636ff310ad (diff) |
NFS: Fix up documentation warnings
Fix up some compiler warnings about function parameters, etc not being
correctly described or formatted.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r-- | fs/nfs/namespace.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index e5686be67be8..15f099a24c29 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c | |||
@@ -221,10 +221,10 @@ static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, | |||
221 | 221 | ||
222 | /** | 222 | /** |
223 | * nfs_do_submount - set up mountpoint when crossing a filesystem boundary | 223 | * nfs_do_submount - set up mountpoint when crossing a filesystem boundary |
224 | * @dentry - parent directory | 224 | * @dentry: parent directory |
225 | * @fh - filehandle for new root dentry | 225 | * @fh: filehandle for new root dentry |
226 | * @fattr - attributes for new root inode | 226 | * @fattr: attributes for new root inode |
227 | * @authflavor - security flavor to use when performing the mount | 227 | * @authflavor: security flavor to use when performing the mount |
228 | * | 228 | * |
229 | */ | 229 | */ |
230 | struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, | 230 | struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, |