From: "Theodore Ts'o" This was reported as Debian bug #336604. Signed-off-by: "Theodore Ts'o" Signed-off-by: Andrew Morton --- fs/ext3/super.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ext3/super.c~remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code fs/ext3/super.c --- devel/fs/ext3/super.c~remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code 2006-05-22 14:29:29.000000000 -0700 +++ devel-akpm/fs/ext3/super.c 2006-05-22 14:29:29.000000000 -0700 @@ -1595,7 +1595,7 @@ static int ext3_fill_super (struct super } } 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; _