[PATCH] Remove inconsistent space before exclamation point in ext3's mount code

From: Theodore Ts'o
Date: Mon May 22 2006 - 06:24:19 EST



Remove inconsistent space before exclamation point in ext3's mount code

This was reported as Debian bug #336604.

Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx>

Index: linux-2.6/fs/ext3/super.c
===================================================================
--- linux-2.6.orig/fs/ext3/super.c 2006-05-21 18:39:27.000000000 -0400
+++ linux-2.6/fs/ext3/super.c 2006-05-21 18:39:40.000000000 -0400
@@ -1595,7 +1595,7 @@
}
}
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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/