Commit 27ff6a0f authored by Fabian Frederick's avatar Fabian Frederick Committed by Steven Whitehouse

GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes

Cc: cluster-devel@redhat.com
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 6b49d1d9
...@@ -337,7 +337,7 @@ static bool gfs2_unaligned_extlen(struct gfs2_rbm *rbm, u32 n_unaligned, u32 *le ...@@ -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 * gfs2_free_extlen - Return extent length of free blocks
* @rbm: Starting position * @rrbm: Starting position
* @len: Max length to check * @len: Max length to check
* *
* Starting at the block specified by the rbm, see how many free blocks * 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) ...@@ -2522,7 +2522,7 @@ void gfs2_rlist_alloc(struct gfs2_rgrp_list *rlist, unsigned int state)
/** /**
* gfs2_rlist_free - free a resource group list * gfs2_rlist_free - free a resource group list
* @list: the list of resource groups * @rlist: the list of resource groups
* *
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment