Skip to content

Commit

Permalink
de620: fix forgotten semicolon
Browse files Browse the repository at this point in the history
It seems it always was here.

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed May 18, 2009
1 parent 7290383 commit 62abb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/de620.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 62abb45

Please sign in to comment.