ext2: drop unneeded newline
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 27 Dec 2017 14:51:37 +0000 (15:51 +0100)
committerJan Kara <jack@suse.cz>
Tue, 2 Jan 2018 13:42:01 +0000 (14:42 +0100)
commitf463589a7cd2d156e3b6b64ee26588c0cdcce08a
tree1d3e1226de65e14748fcc607f42009e12d05f1c4
parentd5bd821350e69f5f464c175455135727f986f793
ext2: drop unneeded newline

ext2_msg prints a newline at the end of the message string, so the message
string does not need to include a newline explicitly.  Done using
Coccinelle.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c