Commit dadaa10b authored by Nicolas de Pesloüan's avatar Nicolas de Pesloüan Committed by David S. Miller

bonding: fix a typo in a comment

Signed-off-by: default avatarNicolas de Pesloüan <nicolas.2p.debian@free.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93d03203
...@@ -2130,7 +2130,7 @@ int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) ...@@ -2130,7 +2130,7 @@ int bond_release(struct net_device *bond_dev, struct net_device *slave_dev)
} }
/* /*
* First release a slave and than destroy the bond if no more slaves are left. * First release a slave and then destroy the bond if no more slaves are left.
* Must be under rtnl_lock when this function is called. * Must be under rtnl_lock when this function is called.
*/ */
static int bond_release_and_destroy(struct net_device *bond_dev, static int bond_release_and_destroy(struct net_device *bond_dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment