All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] treewide: fix a bunch of typos (part 2)
Date: Mon, 8 Aug 2016 14:20:35 +0900	[thread overview]
Message-ID: <CAK7LNASHmz_OJrPFeA8seYG2fQXwbwe-F1WOwer9yNJ8FB1ofQ@mail.gmail.com> (raw)
In-Reply-To: <52c96369-df15-5814-52e1-8121a4532695@infradead.org>

Hi Randy,

Thanks for taking a close look!


2016-08-08 13:50 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:

> --- a/net/sctp/transport.c
> +++ b/net/sctp/transport.c
> @@ -630,9 +630,7 @@ void sctp_transport_reset(struct sctp_transport *t)
>         t->srtt = 0;
>         t->rttvar = 0;
>
> -       /* Reset these additional varibles so that we have a clean
> -        * slate.
> -        */
> +       /* Reset these additional variables so that we have a clean state. */
>
> * Nothing wrong with original comment.


This hunk is doing three things:

 [1] varibles  -> variables
 [2] slate   ->  state
 [3] Make it into a single line


Do you mean they are all unneeded changes?



-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2016-08-08  5:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-07 13:56 [PATCH] treewide: fix a bunch of typos Masahiro Yamada
2016-08-08  4:09 ` [PATCH] treewide: fix a bunch of typos (Documentation/) Randy Dunlap
2016-08-08  4:50 ` [PATCH] treewide: fix a bunch of typos (part 2) Randy Dunlap
2016-08-08  5:20   ` Masahiro Yamada [this message]
2016-08-08 14:38     ` Randy Dunlap
2016-08-08  9:40 ` [PATCH] treewide: fix a bunch of typos Geert Uytterhoeven
2016-08-08 18:03 ` Linus Torvalds
2016-08-11 13:01   ` Masahiro Yamada

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=CAK7LNASHmz_OJrPFeA8seYG2fQXwbwe-F1WOwer9yNJ8FB1ofQ@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=torvalds@linux-foundation.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 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.