diff options
author | Curt Wohlgemuth <curtw@google.com> | 2010-05-16 13:00:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-05-16 13:00:00 -0400 |
commit | fbe845ddf368f77f86aa7500f8fd2690f54c66a8 (patch) | |
tree | 81e62af0c35794a4c0a2802d0528cacb43f2b4de /fs/ext4/super.c | |
parent | d4c402d9fd97a54bb7ed89f9e9869897eb4f6e1f (diff) |
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 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
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: | |||
2999 | err = ext4_setup_system_zone(sb); | 2999 | err = ext4_setup_system_zone(sb); |
3000 | if (err) { | 3000 | if (err) { |
3001 | ext4_msg(sb, KERN_ERR, "failed to initialize system " | 3001 | ext4_msg(sb, KERN_ERR, "failed to initialize system " |
3002 | "zone (%d)\n", err); | 3002 | "zone (%d)", err); |
3003 | goto failed_mount4; | 3003 | goto failed_mount4; |
3004 | } | 3004 | } |
3005 | 3005 | ||