diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-07 06:11:46 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 20:43:44 +0300 |
commit | 5404e7e0ac0cd03b83dd2476155254ee1e50529f (patch) | |
tree | 0cc3cb3f864639ae16e4f6160c14a0026d9a25a6 /fs/reiserfs/do_balan.c | |
parent | 0bd476e6c67190b5eb7b6e105c8db8ff61103281 (diff) | |
download | linux-5404e7e0ac0cd03b83dd2476155254ee1e50529f.tar.xz |
reiserfs: clean up several indentation issues
There are several places where code is indented incorrectly. Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200325135018.113431-1-colin.king@canonical.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/do_balan.c')
-rw-r--r-- | fs/reiserfs/do_balan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/do_balan.c b/fs/reiserfs/do_balan.c index 4075e41408b4..5129efc6f2e6 100644 --- a/fs/reiserfs/do_balan.c +++ b/fs/reiserfs/do_balan.c @@ -842,7 +842,7 @@ static void balance_leaf_paste_right_whole(struct tree_balance *tb, struct item_head *pasted; struct buffer_info bi; - buffer_info_init_right(tb, &bi); + buffer_info_init_right(tb, &bi); leaf_shift_right(tb, tb->rnum[0], tb->rbytes); /* append item in R[0] */ |