net/tulip: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
014e46686e
commit
c2bb1b9c7e
@@ -5077,7 +5077,7 @@ mii_get_phy(struct net_device *dev)
|
|||||||
lp->phy[k].spd.value = GENERIC_VALUE; /* TX & T4, H/F Duplex */
|
lp->phy[k].spd.value = GENERIC_VALUE; /* TX & T4, H/F Duplex */
|
||||||
lp->mii_cnt++;
|
lp->mii_cnt++;
|
||||||
lp->active++;
|
lp->active++;
|
||||||
printk("%s: Using generic MII device control. If the board doesn't operate, \nplease mail the following dump to the author:\n", dev->name);
|
printk("%s: Using generic MII device control. If the board doesn't operate,\nplease mail the following dump to the author:\n", dev->name);
|
||||||
j = de4x5_debug;
|
j = de4x5_debug;
|
||||||
de4x5_debug |= DEBUG_MII;
|
de4x5_debug |= DEBUG_MII;
|
||||||
de4x5_dbg_mii(dev, k);
|
de4x5_dbg_mii(dev, k);
|
||||||
@@ -5337,7 +5337,7 @@ de4x5_dbg_open(struct net_device *dev)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
printk("...0x%8.8x\n", le32_to_cpu(lp->tx_ring[i].buf));
|
printk("...0x%8.8x\n", le32_to_cpu(lp->tx_ring[i].buf));
|
||||||
printk("Ring size: \nRX: %d\nTX: %d\n",
|
printk("Ring size:\nRX: %d\nTX: %d\n",
|
||||||
(short)lp->rxRingSize,
|
(short)lp->rxRingSize,
|
||||||
(short)lp->txRingSize);
|
(short)lp->txRingSize);
|
||||||
}
|
}
|
||||||
|
@@ -350,9 +350,9 @@ static irqreturn_t xircom_interrupt(int irq, void *dev_instance)
|
|||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
print_binary(status);
|
print_binary(status);
|
||||||
printk("tx status 0x%08x 0x%08x \n",
|
printk("tx status 0x%08x 0x%08x\n",
|
||||||
card->tx_buffer[0], card->tx_buffer[4]);
|
card->tx_buffer[0], card->tx_buffer[4]);
|
||||||
printk("rx status 0x%08x 0x%08x \n",
|
printk("rx status 0x%08x 0x%08x\n",
|
||||||
card->rx_buffer[0], card->rx_buffer[4]);
|
card->rx_buffer[0], card->rx_buffer[4]);
|
||||||
#endif
|
#endif
|
||||||
/* Handle shared irq and hotplug */
|
/* Handle shared irq and hotplug */
|
||||||
@@ -462,7 +462,7 @@ static int xircom_open(struct net_device *dev)
|
|||||||
struct xircom_private *xp = netdev_priv(dev);
|
struct xircom_private *xp = netdev_priv(dev);
|
||||||
int retval;
|
int retval;
|
||||||
enter("xircom_open");
|
enter("xircom_open");
|
||||||
pr_info("xircom cardbus adaptor found, registering as %s, using irq %i \n",
|
pr_info("xircom cardbus adaptor found, registering as %s, using irq %i\n",
|
||||||
dev->name, dev->irq);
|
dev->name, dev->irq);
|
||||||
retval = request_irq(dev->irq, xircom_interrupt, IRQF_SHARED, dev->name, dev);
|
retval = request_irq(dev->irq, xircom_interrupt, IRQF_SHARED, dev->name, dev);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
|
Reference in New Issue
Block a user