summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/do_balan.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-04-06 20:11:46 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-07 10:43:44 -0700
commit5404e7e0ac0cd03b83dd2476155254ee1e50529f (patch)
tree0cc3cb3f864639ae16e4f6160c14a0026d9a25a6 /fs/reiserfs/do_balan.c
parent0bd476e6c67190b5eb7b6e105c8db8ff61103281 (diff)
downloadlinux-stable-5404e7e0ac0cd03b83dd2476155254ee1e50529f.tar.gz
linux-stable-5404e7e0ac0cd03b83dd2476155254ee1e50529f.tar.bz2
linux-stable-5404e7e0ac0cd03b83dd2476155254ee1e50529f.zip
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.c2
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] */