de620: fix forgotten semicolon
It seems it always was here. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7290383191
commit
62abb45f50
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ static int de620_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||||
|
|
||||||
/* Start real output */
|
/* Start real output */
|
||||||
|
|
||||||
spin_lock_irqsave(&de620_lock, flags)
|
spin_lock_irqsave(&de620_lock, flags);
|
||||||
PRINTK(("de620_start_xmit: len=%d, bufs 0x%02x\n",
|
PRINTK(("de620_start_xmit: len=%d, bufs 0x%02x\n",
|
||||||
(int)skb->len, using_txbuf));
|
(int)skb->len, using_txbuf));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue