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
/
bonding
/
bond_main.c
diff --git
a/drivers/net/bonding/bond_main.c
b/drivers/net/bonding/bond_main.c
index 7c0e0bded15e46cd1aff34e05077a60599efd9f0..a7e731f8a0da5450f609eb68ccdba5f3acfadec7 100644
(file)
--- a/
drivers/net/bonding/bond_main.c
+++ b/
drivers/net/bonding/bond_main.c
@@
-4450,7
+4450,7
@@
static void bond_set_xmit_hash_policy(struct bonding *bond)
}
}
-static
in
t bond_start_xmit(struct sk_buff *skb, struct net_device *dev)
+static
netdev_tx_
t bond_start_xmit(struct sk_buff *skb, struct net_device *dev)
{
const struct bonding *bond = netdev_priv(dev);