aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2022-05-24 21:50:25 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2022-05-24 21:50:25 -0700
commitefc2bc71b3fa4971fdf8df466dfd1464287e7afa (patch)
tree1f3177ced2ae5aeb7b095248d6f97f52370730e3
parent3034a418ff561cfaeea4575aaae0a3214251fb7f (diff)
downloadf2fs-tools-efc2bc71b3fa4971fdf8df466dfd1464287e7afa.tar.gz
mkfs.f2fs: fix typo
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--mkfs/f2fs_format_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfs/f2fs_format_utils.c b/mkfs/f2fs_format_utils.c
index fdd0235..597c2b3 100644
--- a/mkfs/f2fs_format_utils.c
+++ b/mkfs/f2fs_format_utils.c
@@ -161,6 +161,7 @@ static bool is_wiped_device(int i)
if (wiped)
MSG(0, "Info: Found all zeros in first %d blocks\n", nblocks);
return wiped;
+}
#else
static bool is_wiped_device(int UNUSED(i))
{