Commit 62abb45f authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David S. Miller

de620: fix forgotten semicolon

It seems it always was here.
Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 72903831
......@@ -533,7 +533,7 @@ static int de620_start_xmit(struct sk_buff *skb, struct net_device *dev)
/* 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",
(int)skb->len, using_txbuf));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment