Messages in this thread Patch in this message |  | | From | Paul Mackerras <> | Date | Mon, 19 Aug 2002 21:46:17 +1000 (EST) | Subject | [PATCH] fix typos in drivers/video/Makefile |
| |
This patch corrects a couple of silly typos in drivers/video/Config.in in current 2.5.
Paul.
diff -urN linux-2.5/drivers/video/Config.in pmac-2.5/drivers/video/Config.in --- linux-2.5/drivers/video/Config.in Wed Aug 14 09:15:02 2002 +++ pmac-2.5/drivers/video/Config.in Wed Aug 14 18:28:28 2002 @@ -249,7 +249,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 @@ -278,7 +278,7 @@ "$CONFIG_FB_VIRGE" = "m" -o "$CONFIG_FB_CYBER" = "m" -o \ "$CONFIG_FB_VALKYRIE" = "m" -o "$CONFIG_FB_PLATINUM" = "m" -o \ "$CONFIG_FB_IGA" = "m" -o "$CONFIG_FB_MATROX" = "m" -o \ - "$CONFIG_FB_CT65550" = "m" -o "$CONFIG_FB_PM2" = "m"-o \ + "$CONFIG_FB_CT65550" = "m" -o "$CONFIG_FB_PM2" = "m" -o \ "$CONFIG_FB_SA1100" = "m" ]; then define_tristate CONFIG_FBCON_CFB8 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/
|  |