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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to