diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:10:14 -0400 |
commit | c2bb1b9c7e862ecca2ffb20b1457034d2c401845 (patch) | |
tree | e530d2dac30a53008b8458896b74c2ffb9c36a0e /drivers/net/tulip/de4x5.c | |
parent | 014e46686eff2159bac0887465fed7662c379ad3 (diff) |
net/tulip: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tulip/de4x5.c')
-rw-r--r-- | drivers/net/tulip/de4x5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/de4x5.c b/drivers/net/tulip/de4x5.c index c4ecb9a95409..55ade8949a68 100644 --- a/drivers/net/tulip/de4x5.c +++ b/drivers/net/tulip/de4x5.c | |||
@@ -5077,7 +5077,7 @@ mii_get_phy(struct net_device *dev) | |||
5077 | lp->phy[k].spd.value = GENERIC_VALUE; /* TX & T4, H/F Duplex */ | 5077 | lp->phy[k].spd.value = GENERIC_VALUE; /* TX & T4, H/F Duplex */ |
5078 | lp->mii_cnt++; | 5078 | lp->mii_cnt++; |
5079 | lp->active++; | 5079 | lp->active++; |
5080 | printk("%s: Using generic MII device control. If the board doesn't operate, \nplease mail the following dump to the author:\n", dev->name); | 5080 | printk("%s: Using generic MII device control. If the board doesn't operate,\nplease mail the following dump to the author:\n", dev->name); |
5081 | j = de4x5_debug; | 5081 | j = de4x5_debug; |
5082 | de4x5_debug |= DEBUG_MII; | 5082 | de4x5_debug |= DEBUG_MII; |
5083 | de4x5_dbg_mii(dev, k); | 5083 | de4x5_dbg_mii(dev, k); |
@@ -5337,7 +5337,7 @@ de4x5_dbg_open(struct net_device *dev) | |||
5337 | } | 5337 | } |
5338 | } | 5338 | } |
5339 | printk("...0x%8.8x\n", le32_to_cpu(lp->tx_ring[i].buf)); | 5339 | printk("...0x%8.8x\n", le32_to_cpu(lp->tx_ring[i].buf)); |
5340 | printk("Ring size: \nRX: %d\nTX: %d\n", | 5340 | printk("Ring size:\nRX: %d\nTX: %d\n", |
5341 | (short)lp->rxRingSize, | 5341 | (short)lp->rxRingSize, |
5342 | (short)lp->txRingSize); | 5342 | (short)lp->txRingSize); |
5343 | } | 5343 | } |