Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Simon Horman and committed by
Jakub Kicinski
e8ac2dba 507285b7

+5 -2
+4 -1
include/net/bond_3ad.h
··· 231 231 mux_states_t sm_mux_state; /* state machine mux state */ 232 232 u16 sm_mux_timer_counter; /* state machine mux timer counter */ 233 233 tx_states_t sm_tx_state; /* state machine tx state */ 234 - u16 sm_tx_timer_counter; /* state machine tx timer counter(allways on - enter to transmit state 3 time per second) */ 234 + u16 sm_tx_timer_counter; /* state machine tx timer counter 235 + * (always on - enter to transmit 236 + * state 3 time per second) 237 + */ 235 238 u16 sm_churn_actor_timer_counter; 236 239 u16 sm_churn_partner_timer_counter; 237 240 u32 churn_actor_count;
+1 -1
include/net/bond_alb.h
··· 53 53 54 54 55 55 struct tlb_client_info { 56 - struct slave *tx_slave; /* A pointer to slave used for transmiting 56 + struct slave *tx_slave; /* A pointer to slave used for transmitting 57 57 * packets to a Client that the Hash function 58 58 * gave this entry index. 59 59 */