diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 14:57:26 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 18:37:22 +0200 |
commit | e8ac2dba93eafb928fd9e127cdade3b2216a642c (patch) | |
tree | 77eca5b02e864653b2218a028aa148b5b2c4b565 /include/net/bond_alb.h | |
parent | ipv6: Correct spelling in ipv6.h (diff) | |
download | linux-e8ac2dba93eafb928fd9e127cdade3b2216a642c.tar.xz linux-e8ac2dba93eafb928fd9e127cdade3b2216a642c.zip |
bonding: Correct spelling in headers
Correct spelling in bond_3ad.h and bond_alb.h.
As reported by codespell.
Cc: Jay Vosburgh <jv@jvosburgh.net>
Cc: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-5-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/bond_alb.h')
-rw-r--r-- | include/net/bond_alb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bond_alb.h b/include/net/bond_alb.h index 9dc082b2d543..e5945427f38d 100644 --- a/include/net/bond_alb.h +++ b/include/net/bond_alb.h @@ -53,7 +53,7 @@ struct slave; struct tlb_client_info { - struct slave *tx_slave; /* A pointer to slave used for transmiting + struct slave *tx_slave; /* A pointer to slave used for transmitting * packets to a Client that the Hash function * gave this entry index. */ |