On Wed, Oct 29, 2014 at 04:07:38PM -0700, Stephen Hemminger wrote: > > Signed-off-by: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> > > > --- a/net/sctp/bind_addr.c 2014-02-12 08:21:56.844855761 -0800 > +++ b/net/sctp/bind_addr.c 2014-10-27 20:31:26.734947629 -0700 > @@ -212,7 +212,7 @@ int sctp_del_bind_addr(struct sctp_bind_ > } > > /* Create a network byte-order representation of all the addresses > - * formated as SCTP parameters. > + * formatted as SCTP parameters. > * > * The second argument is the return value for the length. > */ > --- a/net/sctp/sm_make_chunk.c 2014-10-26 10:43:41.766315430 -0700 > +++ b/net/sctp/sm_make_chunk.c 2014-10-27 20:31:04.078833733 -0700 > @@ -3153,7 +3153,7 @@ bool sctp_verify_asconf(const struct sct > return false; > break; > default: > - /* This is unkown to us, reject! */ > + /* This is unknown to us, reject! */ > return false; > } > } > @@ -3214,7 +3214,7 @@ struct sctp_chunk *sctp_process_asconf(s > > /* Process the TLVs contained within the ASCONF chunk. */ > sctp_walk_params(param, addip, addip_hdr.params) { > - /* Skip preceeding address parameters. */ > + /* Skip preceding address parameters. */ > if (param.p->type == SCTP_PARAM_IPV4_ADDRESS || > param.p->type == SCTP_PARAM_IPV6_ADDRESS) > continue; > Acked-by: Neil Horman <nhorman@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html