aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.c
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-03-24 07:57:32 +0000
committerDavid S. Miller <davem@davemloft.net>2010-03-24 14:01:56 -0700
commit84d57bd61866c06aee5658fabe43292a231a5992 (patch)
treee2fd20902b49f4ab5a5b000177f3ab5494ca5d77 /drivers/net/smc91x.c
parentnet/ps3_gelic: remove trailing space in messages (diff)
downloadlinux-dev-84d57bd61866c06aee5658fabe43292a231a5992.tar.xz
linux-dev-84d57bd61866c06aee5658fabe43292a231a5992.zip
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.c2
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)
smc_phy_interrupt(dev);
} else if (status & IM_ERCV_INT) {
SMC_ACK_INT(lp, IM_ERCV_INT);
- PRINTK("%s: UNSUPPORTED: ERCV INTERRUPT \n", dev->name);
+ PRINTK("%s: UNSUPPORTED: ERCV INTERRUPT\n", dev->name);
}
} while (--timeout);