btrfs: remove stale newlines from log messages
I've noticed an extra line after "use no compression", but search revealed much more in messages of more critical levels and rare errors. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:

committed by
Chris Mason

parent
7d78874273
commit
351fd35321
@@ -511,7 +511,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options)
|
||||
} else if (compress) {
|
||||
if (!btrfs_test_opt(root, COMPRESS))
|
||||
btrfs_info(root->fs_info,
|
||||
"btrfs: use %s compression\n",
|
||||
"btrfs: use %s compression",
|
||||
compress_type);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user