All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: Jozsef Kadlecsik <kadlec@netfilter.org>,
	"David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Simon Horman <horms@kernel.org>,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
	netdev@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication"
Date: Thu, 8 May 2025 13:26:48 +0200	[thread overview]
Message-ID: <aByU-B19He-Ud7Iz@calendula> (raw)
In-Reply-To: <20250227225928.661471-1-colin.i.king@gmail.com>

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
> 

      parent reply	other threads:[~2025-05-08 11:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aByU-B19He-Ud7Iz@calendula \
    --to=pablo@netfilter.org \
    --cc=colin.i.king@gmail.com \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kadlec@netfilter.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.