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

ipvs: Correct spelling in comments

Correct some spelling errors flagged by codespell and found by inspection.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Simon Horman and committed by
Pablo Neira Ayuso
c7d15aaa 210ffe4a

+3 -3
+3 -3
include/net/ip_vs.h
··· 584 584 spinlock_t lock; /* lock for state transition */ 585 585 volatile __u16 state; /* state info */ 586 586 volatile __u16 old_state; /* old state, to be used for 587 - * state transition triggerd 587 + * state transition triggered 588 588 * synchronization 589 589 */ 590 590 __u32 fwmark; /* Fire wall mark from skb */ ··· 635 635 u16 protocol; 636 636 union nf_inet_addr addr; /* virtual ip address */ 637 637 __be16 port; 638 - u32 fwmark; /* firwall mark of service */ 638 + u32 fwmark; /* firewall mark of service */ 639 639 640 640 /* virtual service options */ 641 641 char *sched_name; ··· 1036 1036 struct ipvs_sync_daemon_cfg bcfg; /* Backup Configuration */ 1037 1037 /* net name space ptr */ 1038 1038 struct net *net; /* Needed by timer routines */ 1039 - /* Number of heterogeneous destinations, needed becaus heterogeneous 1039 + /* Number of heterogeneous destinations, needed because heterogeneous 1040 1040 * are not supported when synchronization is enabled. 1041 1041 */ 1042 1042 unsigned int mixed_address_family_dests;