From: Dan Carpenter Date: Wed, 2 Oct 2024 08:37:13 +0000 (+0300) Subject: jfs: Delete a couple tabs in jfs_reconfigure() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3a823bc783ec2a5e13d0003ef46f1a7f5acb84ce;p=users%2Fjedix%2Flinux-maple.git jfs: Delete a couple tabs in jfs_reconfigure() This is just a small white space cleanup. The conversion to the new mount api accidentally added an extra indent on these lines. Signed-off-by: Dan Carpenter Reviewed-by: Eric Sandeen Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 223d9ac59839..508666d4ed01 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -389,8 +389,8 @@ static int jfs_reconfigure(struct fs_context *fc) if (!ctx->newLVSize) { ctx->newLVSize = sb_bdev_nr_blocks(sb); - if (ctx->newLVSize == 0) - pr_err("JFS: Cannot determine volume size\n"); + if (ctx->newLVSize == 0) + pr_err("JFS: Cannot determine volume size\n"); } rc = jfs_extendfs(sb, ctx->newLVSize, 0);