summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorCurt Wohlgemuth <curtw@google.com>2010-05-16 19:00:00 +0200
committerTheodore Ts'o <tytso@mit.edu>2010-05-16 19:00:00 +0200
commitfbe845ddf368f77f86aa7500f8fd2690f54c66a8 (patch)
tree81e62af0c35794a4c0a2802d0528cacb43f2b4de /fs/ext4/super.c
parentext4: Print mount options in when mounting and add a remount message (diff)
downloadlinux-fbe845ddf368f77f86aa7500f8fd2690f54c66a8.tar.xz
linux-fbe845ddf368f77f86aa7500f8fd2690f54c66a8.zip
ext4: Remove extraneous newlines in ext4_msg() calls
Addresses-Google-Bug: #2562325 Signed-off-by: Curt Wohlgemuth <curtw@google.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to '')
-rw-r--r--fs/ext4/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 8e655f5acb3a..c597ec73da11 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2999,7 +2999,7 @@ no_journal:
err = ext4_setup_system_zone(sb);
if (err) {
ext4_msg(sb, KERN_ERR, "failed to initialize system "
- "zone (%d)\n", err);
+ "zone (%d)", err);
goto failed_mount4;
}