mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
210ffe4a74
commit
c7d15aaa10
@ -584,7 +584,7 @@ struct ip_vs_conn {
|
|||||||
spinlock_t lock; /* lock for state transition */
|
spinlock_t lock; /* lock for state transition */
|
||||||
volatile __u16 state; /* state info */
|
volatile __u16 state; /* state info */
|
||||||
volatile __u16 old_state; /* old state, to be used for
|
volatile __u16 old_state; /* old state, to be used for
|
||||||
* state transition triggerd
|
* state transition triggered
|
||||||
* synchronization
|
* synchronization
|
||||||
*/
|
*/
|
||||||
__u32 fwmark; /* Fire wall mark from skb */
|
__u32 fwmark; /* Fire wall mark from skb */
|
||||||
@ -635,7 +635,7 @@ struct ip_vs_service_user_kern {
|
|||||||
u16 protocol;
|
u16 protocol;
|
||||||
union nf_inet_addr addr; /* virtual ip address */
|
union nf_inet_addr addr; /* virtual ip address */
|
||||||
__be16 port;
|
__be16 port;
|
||||||
u32 fwmark; /* firwall mark of service */
|
u32 fwmark; /* firewall mark of service */
|
||||||
|
|
||||||
/* virtual service options */
|
/* virtual service options */
|
||||||
char *sched_name;
|
char *sched_name;
|
||||||
@ -1036,7 +1036,7 @@ struct netns_ipvs {
|
|||||||
struct ipvs_sync_daemon_cfg bcfg; /* Backup Configuration */
|
struct ipvs_sync_daemon_cfg bcfg; /* Backup Configuration */
|
||||||
/* net name space ptr */
|
/* net name space ptr */
|
||||||
struct net *net; /* Needed by timer routines */
|
struct net *net; /* Needed by timer routines */
|
||||||
/* Number of heterogeneous destinations, needed becaus heterogeneous
|
/* Number of heterogeneous destinations, needed because heterogeneous
|
||||||
* are not supported when synchronization is enabled.
|
* are not supported when synchronization is enabled.
|
||||||
*/
|
*/
|
||||||
unsigned int mixed_address_family_dests;
|
unsigned int mixed_address_family_dests;
|
||||||
|
Loading…
Reference in New Issue
Block a user