diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-07-02 22:05:27 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2014-07-18 11:15:14 +0100 |
commit | 27ff6a0f7f5bf500e9d2a8760c062789b52c551f (patch) | |
tree | e9696f28baaedfee1f3ca535867f63c6a82866e3 /fs | |
parent | 6b49d1d9c3c1088758c6a2758aaa5d236ef609e2 (diff) | |
download | linux-27ff6a0f7f5bf500e9d2a8760c062789b52c551f.tar.bz2 |
GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes
Cc: cluster-devel@redhat.com
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/rgrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index db629d1bd1bd..f4cb9c0d6bbd 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -337,7 +337,7 @@ static bool gfs2_unaligned_extlen(struct gfs2_rbm *rbm, u32 n_unaligned, u32 *le /** * gfs2_free_extlen - Return extent length of free blocks - * @rbm: Starting position + * @rrbm: Starting position * @len: Max length to check * * Starting at the block specified by the rbm, see how many free blocks @@ -2522,7 +2522,7 @@ void gfs2_rlist_alloc(struct gfs2_rgrp_list *rlist, unsigned int state) /** * gfs2_rlist_free - free a resource group list - * @list: the list of resource groups + * @rlist: the list of resource groups * */ |