Commit d2e5b13c authored by Theodore Ts'o's avatar Theodore Ts'o Committed by Linus Torvalds

[PATCH] ext3: remove inconsistent space before exclamation point in mount code

This was reported as Debian bug #336604.
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e8f1c622
...@@ -1603,7 +1603,7 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent) ...@@ -1603,7 +1603,7 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent)
} }
} }
if (!ext3_check_descriptors (sb)) { if (!ext3_check_descriptors (sb)) {
printk (KERN_ERR "EXT3-fs: group descriptors corrupted !\n"); printk(KERN_ERR "EXT3-fs: group descriptors corrupted!\n");
goto failed_mount2; goto failed_mount2;
} }
sbi->s_gdb_count = db_count; sbi->s_gdb_count = db_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment