[2.3.17] typo in drivers/char/Config.in

Borislav Deianov (borislav@cs.cornell.edu)
Thu, 9 Sep 1999 17:58:49 +0300


--- drivers/char/Config.in~ Wed Sep 8 17:16:58 1999
+++ drivers/char/Config.in Thu Sep 9 17:34:35 1999
@@ -69,7 +69,7 @@
dep_tristate 'ATIXL busmouse support' CONFIG_ATIXL_BUSMOUSE $CONFIG_BUSMOUSE
dep_tristate 'Logitech busmouse support' CONFIG_LOGIBUSMOUSE $CONFIG_BUSMOUSE
dep_tristate 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE $CONFIG_BUSMOUSE
- if [ "$CONFIG_PPC" = "y" ; then
+ if [ "$CONFIG_PPC" = "y" ]; then
dep_tristate 'Apple Desktop Bus mouse support' CONFIG_ADBMOUSE $CONFIG_BUSMOUSE
fi
fi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/