PATCH: misaligned text in fs-Config.in in 2.0.30

Kurt Huwig (kurt@huwig.de)
Mon, 28 Jul 1997 00:04:13 +0200 (CEST)


Hello!
You might see no difference in the patch below, but it is. The removed
line has a tab in it, the new one two spaces. You see the difference if
you do a 'make menuconfig':

BEFORE:

<*> Second extended fs support
[*] O NO_ATIME support for ext2 filesystems

AFTER:

<*> Second extended fs support
[*] NO_ATIME support for ext2 filesystems

Kurt

--- linux/fs/Config.in.orig Thu Jul 17 01:02:37 1997
+++ linux/fs/Config.in Sun Jul 27 23:57:22 1997
@@ -10,7 +10,7 @@
tristate 'Extended fs support' CONFIG_EXT_FS
tristate 'Second extended fs support' CONFIG_EXT2_FS
if [ "$CONFIG_EXT2_FS" = "y" ]; then
- bool ' NO_ATIME support for ext2 filesystems' CONFIG_EXT2_NOATIME
+ bool ' NO_ATIME support for ext2 filesystems' CONFIG_EXT2_NOATIME
fi
tristate 'xiafs filesystem support' CONFIG_XIA_FS

-------------------------------------------------------------
Impossible doesn't exist! Unmöglich gibt's nicht!
Difficult exists. Schwierig gibt's.