Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f463589a authored by Julia Lawall's avatar Julia Lawall Committed by Jan Kara
Browse files

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: default avatarTheodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent d5bd8213
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1225,7 +1225,7 @@ static void ext2_clear_super_error(struct super_block *sb)
		 * write and hope for the best.
		 * write and hope for the best.
		 */
		 */
		ext2_msg(sb, KERN_ERR,
		ext2_msg(sb, KERN_ERR,
		       "previous I/O error to superblock detected\n");
		       "previous I/O error to superblock detected");
		clear_buffer_write_io_error(sbh);
		clear_buffer_write_io_error(sbh);
		set_buffer_uptodate(sbh);
		set_buffer_uptodate(sbh);
	}
	}