netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication"
@ 2025-02-27 22:59 Colin Ian King
  2025-03-03 16:36 ` Simon Horman
  2025-05-08 11:26 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2025-02-27 22:59 UTC (permalink / raw)
  To: Pablo Neira Ayuso, Jozsef Kadlecsik, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman,
	netfilter-devel, coreteam, netdev
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 net/netfilter/nf_conntrack_h323_types.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/nf_conntrack_h323_types.c b/net/netfilter/nf_conntrack_h323_types.c
index fb1cb67a5a71..4f6433998418 100644
--- a/net/netfilter/nf_conntrack_h323_types.c
+++ b/net/netfilter/nf_conntrack_h323_types.c
@@ -1108,7 +1108,7 @@ static const struct field_t _SecurityCapabilities[] = {	/* SEQUENCE */
 	 _NonStandardParameter},
 	{FNAME("encryption") CHOICE, 2, 3, 3, SKIP | EXT, 0,
 	 _SecurityServiceMode},
-	{FNAME("authenticaton") CHOICE, 2, 3, 3, SKIP | EXT, 0,
+	{FNAME("authentication") CHOICE, 2, 3, 3, SKIP | EXT, 0,
 	 _SecurityServiceMode},
 	{FNAME("integrity") CHOICE, 2, 3, 3, SKIP | EXT, 0,
 	 _SecurityServiceMode},
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication"
  2025-02-27 22:59 [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication" Colin Ian King
@ 2025-03-03 16:36 ` Simon Horman
  2025-05-08 11:26 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-03-03 16:36 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Pablo Neira Ayuso, Jozsef Kadlecsik, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, netfilter-devel,
	coreteam, netdev, kernel-janitors, linux-kernel

On Thu, Feb 27, 2025 at 10:59:28PM +0000, Colin Ian King wrote:
> There is a spelling mistake in a literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks Colin,

I checked and with this patch in place codespell doesn't flag
any spelling errors in this file.

Reviewed-by: Simon Horman <horms@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication"
  2025-02-27 22:59 [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication" Colin Ian King
  2025-03-03 16:36 ` Simon Horman
@ 2025-05-08 11:26 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2025-05-08 11:26 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Jozsef Kadlecsik, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, netfilter-devel, coreteam, netdev,
	kernel-janitors, linux-kernel

Hi,

On Thu, Feb 27, 2025 at 10:59:28PM +0000, Colin Ian King wrote:
> There is a spelling mistake in a literal string. Fix it.

I can see ASN1 h225 refers to authenticaton, not authenticaton

> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  net/netfilter/nf_conntrack_h323_types.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/netfilter/nf_conntrack_h323_types.c b/net/netfilter/nf_conntrack_h323_types.c
> index fb1cb67a5a71..4f6433998418 100644
> --- a/net/netfilter/nf_conntrack_h323_types.c
> +++ b/net/netfilter/nf_conntrack_h323_types.c
> @@ -1108,7 +1108,7 @@ static const struct field_t _SecurityCapabilities[] = {	/* SEQUENCE */
>  	 _NonStandardParameter},
>  	{FNAME("encryption") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
> -	{FNAME("authenticaton") CHOICE, 2, 3, 3, SKIP | EXT, 0,
> +	{FNAME("authentication") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
>  	{FNAME("integrity") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
> -- 
> 2.47.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-08 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 22:59 [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication" Colin Ian King
2025-03-03 16:36 ` Simon Horman
2025-05-08 11:26 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).