Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762326AbXLQVMb (ORCPT ); Mon, 17 Dec 2007 16:12:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757756AbXLQVMQ (ORCPT ); Mon, 17 Dec 2007 16:12:16 -0500 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:32527 "EHLO g5t0007.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757037AbXLQVMP (ORCPT ); Mon, 17 Dec 2007 16:12:15 -0500 Message-ID: <4766E60A.9080100@hp.com> Date: Mon, 17 Dec 2007 16:11:38 -0500 From: Vlad Yasevich User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Joe Perches Cc: linux-kernel@vger.kernel.org, Andrew Morton , Sridhar Samudrala , lksctp-developers@lists.sourceforge.net, netdev@vger.kernel.org Subject: Re: [PATCH] net/sctp/: Spelling fixes References: <1197920439-5455-31-git-send-email-joe@perches.com> In-Reply-To: <1197920439-5455-31-git-send-email-joe@perches.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2238 Lines: 59 Joe Perches wrote: > Signed-off-by: Joe Perches 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); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/