mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-23 09:43:34 +08:00
mkfs.f2fs: remove indentation
Show info w/o it. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
c82985a5db
commit
a7df89e5c5
@ -1046,7 +1046,7 @@ int get_device_info(int i)
|
||||
}
|
||||
|
||||
if (!is_power_of_2(dev->zone_size))
|
||||
MSG(0, "\tInfo: zoned: zone size %" PRIu64 "u (not a power of 2)\n",
|
||||
MSG(0, "Info: zoned: zone size %" PRIu64 "u (not a power of 2)\n",
|
||||
dev->zone_size);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user