ext4: Add missing newlines to printk messages
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 17 Oct 2008 13:16:19 +0000 (09:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Oct 2008 13:16:19 +0000 (09:16 -0400)
commit5128273a326679970b9196a27ff812670927c1c4
treef2acecf3bed1af523ca385589579235dd1277995
parent22208dedbd7626e5fc4339c417f8d24cc21f79d7
ext4: Add missing newlines to printk messages

There are some newlines missing in ext4_check_descriptors, which
cause the printk level to be printed out when the next printk call
is made:

[  778.847265] EXT4-fs: ext4_check_descriptors: Block bitmap for group 0
not in group (block 1509949442)!<3>EXT4-fs: group descriptors corrupted!
[  802.646630] EXT4-fs: ext4_check_descriptors: Inode bitmap for group 0
not in group (block 9043971)!<3>EXT4-fs: group descriptors corrupted!

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c