The patch titled Subject: reiserfs: clean up several indentation issues has been added to the -mm tree. Its filename is reiserfs-clean-up-several-indentation-issues.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/reiserfs-clean-up-several-indentation-issues.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/reiserfs-clean-up-several-indentation-issues.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Subject: reiserfs: clean up several indentation issues There are several places where code is indented incorrectly. Fix these. Link: http://lkml.kernel.org/r/20200325135018.113431-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiserfs/do_balan.c | 2 +- fs/reiserfs/ioctl.c | 11 ++++++----- fs/reiserfs/namei.c | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) --- a/fs/reiserfs/do_balan.c~reiserfs-clean-up-several-indentation-issues +++ a/fs/reiserfs/do_balan.c @@ -842,7 +842,7 @@ static void balance_leaf_paste_right_who 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] */ --- a/fs/reiserfs/ioctl.c~reiserfs-clean-up-several-indentation-issues +++ a/fs/reiserfs/ioctl.c @@ -184,11 +184,12 @@ int reiserfs_unpack(struct inode *inode, } /* we need to make sure nobody is changing the file size beneath us */ -{ - int depth = reiserfs_write_unlock_nested(inode->i_sb); - inode_lock(inode); - reiserfs_write_lock_nested(inode->i_sb, depth); -} + { + int depth = reiserfs_write_unlock_nested(inode->i_sb); + + inode_lock(inode); + reiserfs_write_lock_nested(inode->i_sb, depth); + } reiserfs_write_lock(inode->i_sb); --- a/fs/reiserfs/namei.c~reiserfs-clean-up-several-indentation-issues +++ a/fs/reiserfs/namei.c @@ -838,10 +838,10 @@ static int reiserfs_mkdir(struct inode * */ INC_DIR_INODE_NLINK(dir) - retval = reiserfs_new_inode(&th, dir, mode, NULL /*symlink */ , - old_format_only(dir->i_sb) ? - EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, - dentry, inode, &security); + retval = reiserfs_new_inode(&th, dir, mode, NULL /*symlink */, + old_format_only(dir->i_sb) ? + EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, + dentry, inode, &security); if (retval) { DEC_DIR_INODE_NLINK(dir) goto out_failed; @@ -967,7 +967,7 @@ static int reiserfs_rmdir(struct inode * reiserfs_update_sd(&th, inode); DEC_DIR_INODE_NLINK(dir) - dir->i_size -= (DEH_SIZE + de.de_entrylen); + dir->i_size -= (DEH_SIZE + de.de_entrylen); reiserfs_update_sd(&th, dir); /* prevent empty directory from getting lost */ _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are scripts-spellingtxt-add-more-spellings-to-spellingtxt.patch mm-memblock-remove-redundant-assignment-to-variable-max_addr.patch lib-test_lockup-fix-spelling-mistake-iteraions-iterations.patch reiserfs-clean-up-several-indentation-issues.patch