]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
jfs: Delete a couple tabs in jfs_reconfigure()
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 2 Oct 2024 08:37:13 +0000 (11:37 +0300)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 13 Feb 2025 18:27:55 +0000 (12:27 -0600)
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 <dan.carpenter@linaro.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/super.c

index 223d9ac59839d54282f39974e021a206bcc9c315..508666d4ed01c70ebf19f6037a56a0010a97ea78 100644 (file)
@@ -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);