[PATCH] drivers/video/Config.in missing space

John Levon (movement@marcelothewonderpenguin.com)
Sat, 28 Sep 2002 22:05:13 +0100


Against 2.5.39

regards
john

--- linux-linus/drivers/video/Config.in Sun Sep 8 08:56:46 2002
+++ linux/drivers/video/Config.in Sat Sep 28 22:00:28 2002
@@ -254,7 +254,7 @@
define_tristate CONFIG_FBCON_CFB2 y
define_tristate CONFIG_FBCON_CFB4 y
else
- if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_SA1100" = "m"]; then
+ if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_SA1100" = "m" ]; then
define_tristate CONFIG_FBCON_CFB2 m
define_tristate CONFIG_FBCON_CFB4 m
fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/