forked from Minki/linux
[PATCH] ext3: remove inconsistent space before exclamation point in mount code
This was reported as Debian bug #336604. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e8f1c6227a
commit
d2e5b13c4a
@ -1603,7 +1603,7 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent)
|
||||
}
|
||||
}
|
||||
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;
|
||||
}
|
||||
sbi->s_gdb_count = db_count;
|
||||
|
Loading…
Reference in New Issue
Block a user