summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-05-13 03:11:34 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-05-13 03:11:34 -0700
commitcf4378f2d07530b408bb805c5844dc7b0aa34261 (patch)
tree202e6aee76dda328c55160b5a0f3239dfc1af430
parent152375ff21e3c157e498b47ab6a7f4bcf38401d5 (diff)
[ATM]: Fix macro pasting in HE driver.
-rw-r--r--drivers/atm/he.c2
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