[PATCH] bonding: spelling and whitespace corrections
Minor spelling and whitespace corrections. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Acked-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
39755cad88
commit
e944ef7918
@@ -1417,7 +1417,7 @@ void bond_alb_monitor(struct bonding *bond)
|
||||
read_lock(&bond->curr_slave_lock);
|
||||
|
||||
bond_for_each_slave(bond, slave, i) {
|
||||
alb_send_learning_packets(slave,slave->dev->dev_addr);
|
||||
alb_send_learning_packets(slave, slave->dev->dev_addr);
|
||||
}
|
||||
|
||||
read_unlock(&bond->curr_slave_lock);
|
||||
|
Reference in New Issue
Block a user