From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: [PATCH nf-next 4/4] ipvs: Correct spelling in comments Date: Mon, 10 Apr 2023 11:42:38 +0200 Message-ID: <20230409-ipvs-cleanup-v1-4-98cdc242feb0@kernel.org> References: <20230409-ipvs-cleanup-v1-0-98cdc242feb0@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681119783; bh=GyhEHiJkt5kFXmysrQx6eDNO7cufe6HICtq92px6MeM=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=Az92kMDCAdZ5WOIQezcZ+vMZPLHWfFLWAF+4sghjjvFAheF6E6n6LeaZM7Xs6d9Dk 8ZWWL7eiIBVaHfwEAAvn5+H/blnYBvMwCFSE97o8f3ZNN1VVxm5XlmY3bpUU/aO/j2 26mf7jvoW2sRmSsUYRL2YoAsHMFpJMnwHJ5zFoJYavei+5vVHr8PUPdHNrztAo0HIJ VWpPbQj6RvcpGJye5mDJxBw+Yr7yUyMujHvkjc6+yvCjanIjsi6jK0ngxm6xphQSoM ZXgfnANejbNqWDIVHP9QTjykeu5BeF2AkiOR5I+U1yZf9axtxEF3gyJ72XELJ1lS6N ZKijXrkUmB3yQ== In-Reply-To: <20230409-ipvs-cleanup-v1-0-98cdc242feb0@kernel.org> List-ID: Content-Type: text/plain; charset="us-ascii" To: Julian Anastasov Cc: Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , netdev@vger.kernel.org, "David S. Miller" , David Ahern , Eric Dumazet , Jakub Kicinski , Paolo Abeni , lvs-devel@vger.kernel.org, linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org Correct some spelling errors flagged by codespell and found by inspection. Signed-off-by: Simon Horman --- include/net/ip_vs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index a3adc246ee31..ff406ef4fd4a 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -584,7 +584,7 @@ struct ip_vs_conn { spinlock_t lock; /* lock for state transition */ volatile __u16 state; /* state info */ volatile __u16 old_state; /* old state, to be used for - * state transition triggerd + * state transition triggered * synchronization */ __u32 fwmark; /* Fire wall mark from skb */ @@ -635,7 +635,7 @@ struct ip_vs_service_user_kern { u16 protocol; union nf_inet_addr addr; /* virtual ip address */ __be16 port; - u32 fwmark; /* firwall mark of service */ + u32 fwmark; /* firewall mark of service */ /* virtual service options */ char *sched_name; @@ -1036,7 +1036,7 @@ struct netns_ipvs { struct ipvs_sync_daemon_cfg bcfg; /* Backup Configuration */ /* net name space ptr */ 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. */ unsigned int mixed_address_family_dests; -- 2.30.2