bonding: Correct spelling in headers
authorSimon Horman <horms@kernel.org>
Thu, 22 Aug 2024 12:57:26 +0000 (13:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:37:22 +0000 (09:37 -0700)
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>
include/net/bond_3ad.h
include/net/bond_alb.h

index 9ce5ac2bfbad9e9777f6baef9ec2aab016144544..2053cd8e788a73cf7218519638d27c69c8eae37d 100644 (file)
@@ -231,7 +231,10 @@ typedef struct port {
        mux_states_t sm_mux_state;      /* state machine mux state */
        u16 sm_mux_timer_counter;       /* state machine mux timer counter */
        tx_states_t sm_tx_state;        /* state machine tx state */
-       u16 sm_tx_timer_counter;        /* state machine tx timer counter(allways on - enter to transmit state 3 time per second) */
+       u16 sm_tx_timer_counter;        /* state machine tx timer counter
+                                        * (always on - enter to transmit
+                                        *  state 3 time per second)
+                                        */
        u16 sm_churn_actor_timer_counter;
        u16 sm_churn_partner_timer_counter;
        u32 churn_actor_count;
index 9dc082b2d54301bcdd362a3923f49eee897cf71b..e5945427f38dddf72b0ed2f4259e719b7f8b4a2a 100644 (file)
@@ -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.
                                 */