diff options
author | Chengguang Xu <cgxu519@mykernel.net> | 2019-11-04 19:40:36 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2019-11-07 12:35:27 +0100 |
commit | 355b9aae868512747c0ff90231e8ae8ea0278a60 (patch) | |
tree | dfbdd2a1fb71c5079961881b93e1417a8719d0e2 /fs/ext2 | |
parent | 44dd6161338ef528b5b011184639beadcf038b14 (diff) | |
download | linux-355b9aae868512747c0ff90231e8ae8ea0278a60.tar.bz2 |
ext2: fix improper function comment
Just fix a improper function comment.
Link: https://lore.kernel.org/r/20191104114036.9893-5-cgxu519@mykernel.net
Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/balloc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index 4beb416be9cf..fa9c951d3471 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c @@ -732,10 +732,9 @@ fail_access: * but we will shift to the place where start_block is, * then start from there, when looking for a reservable space. * - * @size: the target new reservation window size + * @sb: the super block. * - * @group_first_block: the first block we consider to start - * the real search from + * @start_block: the first block we consider to start the real search from * * @last_block: * the maximum block number that our goal reservable space |