diff mbox series

[nf-next,v2,4/4] ipvs: Correct spelling in comments

Message ID 20230409-ipvs-cleanup-v2-4-204cd17da708@kernel.org (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series ipvs: Cleanups for v6.4 | expand

Checks

Context Check Description
netdev/series_format warning Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 19 this patch: 19
netdev/cc_maintainers warning 1 maintainers not CCed: horms@verge.net.au
netdev/build_clang success Errors and warnings before: 18 this patch: 18
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 19 this patch: 19
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 24 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Simon Horman April 11, 2023, 7:10 a.m. UTC
Correct some spelling errors flagged by codespell and found by inspection.

Signed-off-by: Simon Horman <horms@kernel.org>
---
 include/net/ip_vs.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Horatiu Vultur April 11, 2023, 11:33 a.m. UTC | #1
The 04/11/2023 09:10, Simon Horman wrote:
> 
> Correct some spelling errors flagged by codespell and found by inspection.

Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>

> 
> Signed-off-by: Simon Horman <horms@kernel.org>
> ---
>  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
>
diff mbox series

Patch

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;