mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-01 22:48:06 +00:00
btrfs-progs: remove stray newline from message in check_super
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
5150103fcf
commit
db7b7cd95f
@ -1439,7 +1439,7 @@ static int check_super(struct btrfs_super_block *sb, unsigned sbflags)
|
||||
|
||||
csum_type = btrfs_super_csum_type(sb);
|
||||
if (csum_type >= ARRAY_SIZE(btrfs_csum_sizes)) {
|
||||
error("unsupported checksum algorithm %u\n", csum_type);
|
||||
error("unsupported checksum algorithm %u", csum_type);
|
||||
return -EIO;
|
||||
}
|
||||
csum_size = btrfs_csum_sizes[csum_type];
|
||||
|
Loading…
Reference in New Issue
Block a user