From: Su Yue <suy.f...@cn.fujitsu.com>

Move "\n" at end of the sentence to print.

Fixes: 281eec7a9ddf ("btrfs-progs: check: repair inode nbytes in lowmem mode")
Signed-off-by: Su Yue <suy.f...@cn.fujitsu.com>
---
 check/mode-lowmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check/mode-lowmem.c b/check/mode-lowmem.c
index 14bbc9ee6cb6..919cbc2ea0ce 100644
--- a/check/mode-lowmem.c
+++ b/check/mode-lowmem.c
@@ -2142,7 +2142,7 @@ out:
                error("failed to set nbytes in inode %llu root %llu",
                      ino, root->root_key.objectid);
        else
-               printf("Set nbytes in inode item %llu root %llu\n to %llu", ino,
+               printf("Set nbytes in inode item %llu root %llu to %llu\n", ino,
                       root->root_key.objectid, nbytes);
 
        /* research path */
-- 
2.19.1

Reply via email to