Commit 4057c58d authored by Wang Hai's avatar Wang Hai Committed by David S. Miller

net: bonding: bond_alb: Fix some typos in bond_alb.c

s/becase/because/
s/reqeusts/requests/
s/funcions/functions/
s/addreses/addresses/
Signed-off-by: default avatarWang Hai <wanghai38@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ae8102b8
...@@ -229,7 +229,7 @@ static struct slave *tlb_choose_channel(struct bonding *bond, u32 hash_index, ...@@ -229,7 +229,7 @@ static struct slave *tlb_choose_channel(struct bonding *bond, u32 hash_index,
{ {
struct slave *tx_slave; struct slave *tx_slave;
/* We don't need to disable softirq here, becase /* We don't need to disable softirq here, because
* tlb_choose_channel() is only called by bond_alb_xmit() * tlb_choose_channel() is only called by bond_alb_xmit()
* which already has softirq disabled. * which already has softirq disabled.
*/ */
...@@ -609,7 +609,7 @@ static struct slave *rlb_choose_channel(struct sk_buff *skb, ...@@ -609,7 +609,7 @@ static struct slave *rlb_choose_channel(struct sk_buff *skb,
client_info->ip_src = arp->ip_src; client_info->ip_src = arp->ip_src;
client_info->ip_dst = arp->ip_dst; client_info->ip_dst = arp->ip_dst;
/* arp->mac_dst is broadcast for arp reqeusts. /* arp->mac_dst is broadcast for arp requests.
* will be updated with clients actual unicast mac address * will be updated with clients actual unicast mac address
* upon receiving an arp reply. * upon receiving an arp reply.
*/ */
...@@ -1271,7 +1271,7 @@ static int alb_set_mac_address(struct bonding *bond, void *addr) ...@@ -1271,7 +1271,7 @@ static int alb_set_mac_address(struct bonding *bond, void *addr)
return res; return res;
} }
/************************ exported alb funcions ************************/ /************************ exported alb functions ************************/
int bond_alb_initialize(struct bonding *bond, int rlb_enabled) int bond_alb_initialize(struct bonding *bond, int rlb_enabled)
{ {
...@@ -1550,7 +1550,7 @@ void bond_alb_monitor(struct work_struct *work) ...@@ -1550,7 +1550,7 @@ void bond_alb_monitor(struct work_struct *work)
bond_for_each_slave_rcu(bond, slave, iter) { bond_for_each_slave_rcu(bond, slave, iter) {
/* If updating current_active, use all currently /* If updating current_active, use all currently
* user mac addreses (!strict_match). Otherwise, only * user mac addresses (!strict_match). Otherwise, only
* use mac of the slave device. * use mac of the slave device.
* In RLB mode, we always use strict matches. * In RLB mode, we always use strict matches.
*/ */
......
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