From: Andrew Morton drivers/misc/ibmasm/ibmasm.h:49: badly punctuated parameter list in `#define' Cc: Max Asbock Signed-off-by: Andrew Morton --- drivers/misc/ibmasm/ibmasm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/misc/ibmasm/ibmasm.h~ibmasm-driver-redesign-handling-of-remote-control-fix drivers/misc/ibmasm/ibmasm.h --- 25/drivers/misc/ibmasm/ibmasm.h~ibmasm-driver-redesign-handling-of-remote-control-fix 2005-06-18 00:09:14.000000000 -0700 +++ 25-akpm/drivers/misc/ibmasm/ibmasm.h 2005-06-18 00:09:14.000000000 -0700 @@ -46,7 +46,7 @@ #define info(msg) printk(KERN_INFO "%s: " msg "\n", DRIVER_NAME) extern int debug; -#define dbg(STR, ARGS ...) do { if (debug) printk(KERN_DEBUG STR, ##ARGS); } while (0) +#define dbg(STR, ARGS...) do { if (debug) printk(KERN_DEBUG STR , ##ARGS); } while (0) static inline char *get_timestamp(char *buf) { _