From: Eric Sesterhenn Date: Fri, 17 Oct 2008 13:16:19 +0000 (-0400) Subject: ext4: Add missing newlines to printk messages X-Git-Tag: v2.6.28-rc1~257^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5128273a326679970b9196a27ff812670927c1c4;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed