style cleanups (make checkpatch.pl happy)
SVN-Revision: 8851
This commit is contained in:
parent
236d7e62ca
commit
5fac6f67f1
1 changed files with 5 additions and 5 deletions
|
@ -502,7 +502,7 @@ static int cpmac_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||||
|
|
||||||
if (unlikely(skb_padto(skb, ETH_ZLEN))) {
|
if (unlikely(skb_padto(skb, ETH_ZLEN))) {
|
||||||
if (netif_msg_tx_err(priv) && net_ratelimit())
|
if (netif_msg_tx_err(priv) && net_ratelimit())
|
||||||
printk(KERN_WARNING "%s: tx: padding failed, dropping\n",
|
printk(KERN_WARNING"%s: tx: padding failed, dropping\n",
|
||||||
dev->name);
|
dev->name);
|
||||||
spin_lock_irqsave(&priv->lock, flags);
|
spin_lock_irqsave(&priv->lock, flags);
|
||||||
priv->stats.tx_dropped++;
|
priv->stats.tx_dropped++;
|
||||||
|
|
Loading…
Reference in a new issue