* [PATCH] Remove unneeded ; from macros in i8042
@ 2003-08-11 13:40 davej
0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 13:40 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-11 14:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11 13:40 [PATCH] Remove unneeded ; from macros in i8042 davej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox