aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2012-09-01 13:31:09 -0400
committerJiri Kosina <jkosina@suse.cz>2012-09-01 13:33:05 -0400
commit4907cb7b193a4f91c1fd30cf679c035e3644c64d (patch)
tree3a11b6fed733b906e005a7f7cfa5b5c6c78dbd49 /fs/ext4/mballoc.c
parent203fa3fe9c9d79b3f4cd044cab13622123b6c578 (diff)
treewide: fix comment/printk/variable typos
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 1cd6994fc446..86831411e98b 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4705,7 +4705,7 @@ error_return:
4705 * ext4_group_add_blocks() -- Add given blocks to an existing group 4705 * ext4_group_add_blocks() -- Add given blocks to an existing group
4706 * @handle: handle to this transaction 4706 * @handle: handle to this transaction
4707 * @sb: super block 4707 * @sb: super block
4708 * @block: start physcial block to add to the block group 4708 * @block: start physical block to add to the block group
4709 * @count: number of blocks to free 4709 * @count: number of blocks to free
4710 * 4710 *
4711 * This marks the blocks as free in the bitmap and buddy. 4711 * This marks the blocks as free in the bitmap and buddy.