Skip to content

Commit

Permalink
drivers/net/usb/sierra_net.c: removes unnecessary semicolon
Browse files Browse the repository at this point in the history
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Sep 7, 2012
1 parent b4949ab commit e966c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/usb/sierra_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ static int sierra_net_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
netdev_err(dev->net, "HIP/ETH: Invalid pkt\n");

dev->net->stats.rx_frame_errors++;
/* dev->net->stats.rx_errors incremented by caller */;
/* dev->net->stats.rx_errors incremented by caller */
return 0;
}

Expand Down

0 comments on commit e966c8e

Please sign in to comment.