Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202912
b: refs/heads/master
c: 8ccef43
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Jun 13, 2010
1 parent f5c3e35 commit 9e647a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4472702e6575809c2d232efc09ac25caf66b395d
refs/heads/master: 8ccef431a2994bb8a722d0fbc6c6da2bdbf86834
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ int usbnet_stop (struct net_device *net)
netif_stop_queue (net);

netif_info(dev, ifdown, dev->net,
"stop stats: rx/tx %ld/%ld, errs %ld/%ld\n",
"stop stats: rx/tx %lu/%lu, errs %lu/%lu\n",
net->stats.rx_packets, net->stats.tx_packets,
net->stats.rx_errors, net->stats.tx_errors);

Expand Down

0 comments on commit 9e647a8

Please sign in to comment.