lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Remove unneeded ; from macros in i8042
Date
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/input/serio/i8042.h linux-2.5/drivers/input/serio/i8042.h
--- bk-linus/drivers/input/serio/i8042.h 2003-04-10 06:01:18.000000000 +0100
+++ linux-2.5/drivers/input/serio/i8042.h 2003-05-15 20:30:22.000000000 +0100
@@ -103,11 +103,11 @@

#ifdef DEBUG
static unsigned long i8042_start;
-#define dbg_init() do { i8042_start = jiffies; } while (0);
+#define dbg_init() do { i8042_start = jiffies; } while (0)
#define dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format " [%d]\n" ,\
## arg, (int) (jiffies - i8042_start))
#else
-#define dbg_init() do { } while (0);
+#define dbg_init() do { } while (0)
#define dbg(format, arg...) do {} while (0)
#endif

-
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/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.025 / U:1.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site