linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>, rdunlap@infradead.org
Subject: [PATCH 07/19] sm_statefuns.c: Mundane spello fixes
Date: Sat, 27 Mar 2021 04:43:00 +0530	[thread overview]
Message-ID: <9939421dbe42b24f23684666b5d7923937704087.1616797633.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616797633.git.unixbhaskar@gmail.com>


s/simulataneous/simultaneous/ .....three different places.
s/association/association/
s/interpeter/interpreter/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/sctp/sm_statefuns.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index af2b7041fa4e..7632714c1e5b 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -1452,7 +1452,7 @@ static char sctp_tietags_compare(struct sctp_association *new_asoc,
 	return 'E';
 }

-/* Common helper routine for both duplicate and simulataneous INIT
+/* Common helper routine for both duplicate and simultaneous INIT
  * chunk handling.
  */
 static enum sctp_disposition sctp_sf_do_unexpected_init(
@@ -1685,7 +1685,7 @@ enum sctp_disposition sctp_sf_do_5_2_1_siminit(
 					void *arg,
 					struct sctp_cmd_seq *commands)
 {
-	/* Call helper to do the real work for both simulataneous and
+	/* Call helper to do the real work for both simultaneous and
 	 * duplicate INIT chunk handling.
 	 */
 	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
@@ -1740,7 +1740,7 @@ enum sctp_disposition sctp_sf_do_5_2_2_dupinit(
 					void *arg,
 					struct sctp_cmd_seq *commands)
 {
-	/* Call helper to do the real work for both simulataneous and
+	/* Call helper to do the real work for both simultaneous and
 	 * duplicate INIT chunk handling.
 	 */
 	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
@@ -2221,11 +2221,11 @@ enum sctp_disposition sctp_sf_do_5_2_4_dupcook(
 		break;
 	}

-	/* Delete the tempory new association. */
+	/* Delete the temporary new association. */
 	sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
 	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());

-	/* Restore association pointer to provide SCTP command interpeter
+	/* Restore association pointer to provide SCTP command interpreter
 	 * with a valid context in case it needs to manipulate
 	 * the queues */
 	sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC,
--
2.26.2


  parent reply	other threads:[~2021-03-26 23:19 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-26 23:12 [PATCH 00/19] net: Trivial spello/typo fixes throughout the tree Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] af_x25.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] bearer.h: Spellos fixed Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv4: ip_output.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv4: tcp_lp.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] ipv6: addrconf.c: Fix a typo Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv6: route.c: A spello fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] iucv: af_iucv.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] kcm: kcmsock.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] llc: llc_core.c: COuple " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] mac80211: cfg.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] mptcp: subflow.c: Fix a typo Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ncsi: internal.h: Fix a spello Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] netfilter: ipvs: A spello fix Bhaskar Chowdhury
2021-03-27  8:36   ` Simon Horman
2021-03-26 23:12 ` [PATCH] netfilter: nf_conntrack_acct.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] node.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] reg.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] sm_statefuns.c: Mundane spello fixes Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 01/19] xfrm_policy.c : Mundane typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] xfrm_user.c: Added a punctuation Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 02/19] " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 03/19] af_x25.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 04/19] reg.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 05/19] node.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 06/19] bearer.h: Spellos fixed Bhaskar Chowdhury
2021-03-26 23:13 ` Bhaskar Chowdhury [this message]
2021-03-26 23:13 ` [PATCH 08/19] netfilter: ipvs: A spello fix Bhaskar Chowdhury
2021-03-27  8:36   ` Simon Horman
2021-03-26 23:13 ` [PATCH 09/19] netfilter: nf_conntrack_acct.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 10/19] mptcp: subflow.c: Fix a typo Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 11/19] ncsi: internal.h: Fix a spello Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 12/19] mac80211: cfg.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 13/19] llc: llc_core.c: COuple of typo fixes Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 14/19] iucv: af_iucv.c: Couple " Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 15/19] kcm: kcmsock.c: " Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 16/19] ipv6: route.c: A spello fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 17/19] ipv6: addrconf.c: Fix a typo Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 18/19] ipv4: ip_output.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 19/19] ipv4: tcp_lp.c: " Bhaskar Chowdhury

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=9939421dbe42b24f23684666b5d7923937704087.1616797633.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    /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 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).