From: Theodore Ts'o Date: Sun, 25 Jun 2006 12:47:52 +0000 (-0700) Subject: [PATCH] ext3: remove inconsistent space before exclamation point in mount code X-Git-Tag: v2.6.18-rc1~985 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2e5b13c4a7c68fdbcf389c9fffc12cfa2c185af;p=linux-2.6-omap-h63xx.git [PATCH] ext3: remove inconsistent space before exclamation point in mount code This was reported as Debian bug #336604. Signed-off-by: "Theodore Ts'o" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ext3/super.c b/fs/ext3/super.c index df98a770925..e0fc0c83be9 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c @@ -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;