All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: Re: [PATCH v2] Makefile: fix 2 typos
Date: Sat, 30 Apr 2022 12:32:33 +0900	[thread overview]
Message-ID: <CAK7LNAR86Z2R+CsPZSk-cwi950HGMDptEkdXUD1ZmDz9byfwgg@mail.gmail.com> (raw)
In-Reply-To: <20220426035318.3932-1-rdunlap@infradead.org>

On Tue, Apr 26, 2022 at 12:53 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Fix typos in comments so that they make sense.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: linux-kbuild@vger.kernel.org
> ---
> v2: drop an extra adjective (Masahiro)
>
>  Makefile |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- a/Makefile
> +++ b/Makefile
> @@ -1386,8 +1386,8 @@ scripts_unifdef: scripts_basic
>  # Install
>
>  # Many distributions have the custom install script, /sbin/installkernel.
> -# If DKMS is installed, 'make install' will eventually recuses back
> -# to the this Makefile to build and install external modules.
> +# If DKMS is installed, 'make install' will eventually recurse back
> +# to this Makefile to build and install external modules.
>  # Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
>
>  install: sub_make_done :=

Applied to linux-kbuild. Thanks.


-- 
Best Regards
Masahiro Yamada

      reply	other threads:[~2022-04-30  3:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26  3:53 [PATCH v2] Makefile: fix 2 typos Randy Dunlap
2022-04-30  3:32 ` Masahiro Yamada [this message]

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=CAK7LNAR86Z2R+CsPZSk-cwi950HGMDptEkdXUD1ZmDz9byfwgg@mail.gmail.com \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@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 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.