mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
bonding: fix a typo in a comment
Signed-off-by: Nicolas de Pesloüan <nicolas.2p.debian@free.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
93d03203d5
commit
dadaa10b07
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue