From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: Joe Perches <joe@perches.com>
Cc: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Sridhar Samudrala <sri@us.ibm.com>,
lksctp-developers@lists.sourceforge.net, netdev@vger.kernel.org
Subject: Re: [PATCH] net/sctp/: Spelling fixes
Date: Mon, 17 Dec 2007 16:11:38 -0500 [thread overview]
Message-ID: <4766E60A.9080100@hp.com> (raw)
In-Reply-To: <1197920439-5455-31-git-send-email-joe@perches.com>
Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
Thanks... I am surprised this is all you found :)
ACK.
-vlad
> ---
> net/sctp/sm_make_chunk.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
> index f487629..ed7c9e3 100644
> --- a/net/sctp/sm_make_chunk.c
> +++ b/net/sctp/sm_make_chunk.c
> @@ -286,7 +286,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
>
> sctp_addto_chunk(retval, sizeof(ecap_param), &ecap_param);
>
> - /* Add the supported extensions paramter. Be nice and add this
> + /* Add the supported extensions parameter. Be nice and add this
> * fist before addiding the parameters for the extensions themselves
> */
> if (num_ext) {
> @@ -2859,7 +2859,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
> chunk_len -= length;
>
> /* Skip the address parameter and store a pointer to the first
> - * asconf paramter.
> + * asconf parameter.
> */
> length = ntohs(addr_param->v4.param_hdr.length);
> asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
> @@ -2868,7 +2868,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
> /* create an ASCONF_ACK chunk.
> * Based on the definitions of parameters, we know that the size of
> * ASCONF_ACK parameters are less than or equal to the twice of ASCONF
> - * paramters.
> + * parameters.
> */
> asconf_ack = sctp_make_asconf_ack(asoc, serial, chunk_len * 2);
> if (!asconf_ack)
> @@ -3062,7 +3062,7 @@ int sctp_process_asconf_ack(struct sctp_association *asoc,
> asconf_len -= length;
>
> /* Skip the address parameter in the last asconf sent and store a
> - * pointer to the first asconf paramter.
> + * pointer to the first asconf parameter.
> */
> length = ntohs(addr_param->v4.param_hdr.length);
> asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
next prev parent reply other threads:[~2007-12-17 21:12 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] include/net/: Spelling fixes Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 21:56 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
2007-12-20 22:02 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 21:59 ` David Miller
2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:05 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:01 ` David Miller
2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
2007-12-20 22:01 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 23:49 ` Patrick McHardy
2007-12-20 22:04 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:49 ` Paul Moore
2007-12-20 22:03 ` David Miller
2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
2007-12-20 22:02 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 21:11 ` Vlad Yasevich [this message]
2007-12-20 22:04 ` David Miller
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=4766E60A.9080100@hp.com \
--to=vladislav.yasevich@hp.com \
--cc=akpm@linux-foundation.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lksctp-developers@lists.sourceforge.net \
--cc=netdev@vger.kernel.org \
--cc=sri@us.ibm.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 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).