diff options
| -rw-r--r-- | drivers/atm/he.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/he.c b/drivers/atm/he.c index e89d801d1507..8e917e3984da 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -128,7 +128,7 @@ typedef void irqreturn_t; #include <linux/atm_he.h> -#define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number, ##args) +#define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args) #undef DEBUG #ifdef DEBUG |
