diff options
author | Peng Li <lipeng321@huawei.com> | 2021-03-30 15:27:54 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-30 16:56:39 -0700 |
commit | 252b5d373564c37e35c982bdfa473ebe0dd5f30e (patch) | |
tree | 6fa4159e7a9b22be63bd92fc43846d6838b4bd9d /drivers/net/bonding/bond_alb.c | |
parent | 059ff70c8cabe0b9d170033ae82bc052aeaac059 (diff) |
net: bonding: remove repeated word
Remove repeated word "that".
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_alb.c')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index c3091e00dd5f..3455f2cc13f2 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c @@ -1098,7 +1098,7 @@ static void alb_fasten_mac_swap(struct bonding *bond, struct slave *slave1, * If @slave's permanent hw address is different both from its current * address and from @bond's address, then somewhere in the bond there's * a slave that has @slave's permanet address as its current address. - * We'll make sure that that slave no longer uses @slave's permanent address. + * We'll make sure that slave no longer uses @slave's permanent address. * * Caller must hold RTNL and no other locks */ |