public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in drivers/video/amifb.c in 2.4.0
@ 2001-01-08  2:20 Rich Baum
  0 siblings, 0 replies; only message in thread
From: Rich Baum @ 2001-01-08  2:20 UTC (permalink / raw)
  To: linux-kernel

This fixes a comment at the end of an #endif.  This should fix all of 
the warnings about tokens at the end of #endifs.  Please disregard 
the parts of my earlier patch which made changes to comments 
and .S files.  I should have reviewed the patch the script made 
more closely.

diff -urN -X dontdiff linux/drivers/video/amifb.c rb/drivers/video/amifb.c
--- linux/drivers/video/amifb.c	Fri Dec 29 17:07:23 2000
+++ rb/drivers/video/amifb.c	Sun Jan  7 13:33:28 2001
@@ -1534,7 +1534,7 @@
 			}
 			return i;
 		}
-#endif */ DEBUG */
+#endif	/* DEBUG */
 	}
 	return -EINVAL;
 }

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

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

only message in thread, other threads:[~2001-01-08  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-08  2:20 [PATCH] Fix typo in drivers/video/amifb.c in 2.4.0 Rich Baum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox