diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:01:56 -0400 |
commit | 84d57bd61866c06aee5658fabe43292a231a5992 (patch) | |
tree | e2fd20902b49f4ab5a5b000177f3ab5494ca5d77 /drivers/net/smc91x.c | |
parent | 583d077d35dd8df231c1e391e5406f0faf1a1788 (diff) |
net/smc91xx: remove trailing space in messages
Includes a few whitespace fixes to placate checkpatch.
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/smc91x.c')
-rw-r--r-- | drivers/net/smc91x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index fc1b5a1a3583..2e8133809dc0 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -1286,7 +1286,7 @@ static irqreturn_t smc_interrupt(int irq, void *dev_id) | |||
1286 | smc_phy_interrupt(dev); | 1286 | smc_phy_interrupt(dev); |
1287 | } else if (status & IM_ERCV_INT) { | 1287 | } else if (status & IM_ERCV_INT) { |
1288 | SMC_ACK_INT(lp, IM_ERCV_INT); | 1288 | SMC_ACK_INT(lp, IM_ERCV_INT); |
1289 | PRINTK("%s: UNSUPPORTED: ERCV INTERRUPT \n", dev->name); | 1289 | PRINTK("%s: UNSUPPORTED: ERCV INTERRUPT\n", dev->name); |
1290 | } | 1290 | } |
1291 | } while (--timeout); | 1291 | } while (--timeout); |
1292 | 1292 | ||