diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-05-13 03:11:34 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-13 03:11:34 -0700 |
| commit | cf4378f2d07530b408bb805c5844dc7b0aa34261 (patch) | |
| tree | 202e6aee76dda328c55160b5a0f3239dfc1af430 | |
| parent | 152375ff21e3c157e498b47ab6a7f4bcf38401d5 (diff) | |
[ATM]: Fix macro pasting in HE driver.
| -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 |
