linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][RESEND] trivial video/Config.in fix
@ 2002-10-01 13:23 John Levon
  0 siblings, 0 replies; only message in thread
From: John Levon @ 2002-10-01 13:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds


fixes "scripts/Configure: missing ]"

Against 2.5.40

regards
john


diff -Naur -X dontdiff linux-linus/drivers/video/Config.in linux/drivers/video/Config.in
--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-01 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-01 13:23 [PATCH][RESEND] trivial video/Config.in fix John Levon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).