mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 15:40:50 +00:00
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
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user