Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
netdev: convert pseudo drivers to netdev_tx_t
[linux-3.10.git]
/
drivers
/
net
/
can
/
vcan.c
diff --git
a/drivers/net/can/vcan.c
b/drivers/net/can/vcan.c
index a10c1d7b3b0a6383a0fd255d1132dfabe49cbeca..6971f6cd37fa3be0395b360ab0e086f8c25a2ae7 100644
(file)
--- a/
drivers/net/can/vcan.c
+++ b/
drivers/net/can/vcan.c
@@
-83,7
+83,7
@@
static void vcan_rx(struct sk_buff *skb, struct net_device *dev)
netif_rx(skb);
}
-static
in
t vcan_tx(struct sk_buff *skb, struct net_device *dev)
+static
netdev_tx_
t vcan_tx(struct sk_buff *skb, struct net_device *dev)
{
struct net_device_stats *stats = &dev->stats;
int loop;