pub/scm/linux/kernel/git/chao/f2fs-tools.git  about / heads / tags
f2fs userspace tools
   commit a7df89e5c52a3629176aa8bd2b81c9746084538d (patch)
   parent c82985a fsck.f2fs: don't call report_zone on normal partition
     tree e367737c37fa43dd510efbcb5c33c0989fc8fa13
   author Jaegeuk Kim <jaegeuk@kernel.org>  2023-03-27 11:42:49 -0700
committer Jaegeuk Kim <jaegeuk@kernel.org>  2023-04-03 18:21:18 -0700

mkfs.f2fs: remove indentation

Show info w/o it.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 lib/libf2fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libf2fs.c b/lib/libf2fs.c
index 118e125..93b0604 100644
--- a/lib/libf2fs.c
+++ b/lib/libf2fs.c
@@ -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);
 
 		/*


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/chao/f2fs-tools.git