[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQcOetx77HcGtwByy6nCEF_XRkMb7n543Z9bdMe8=c9Jw@mail.gmail.com>
Date: Tue, 26 Apr 2022 12:38:05 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH] Makefile: fix a typo
On Tue, Apr 26, 2022 at 9:25 AM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Fix a typo so that it makes sense.
>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Masahiro Yamada <masahiroy@...nel.org>
> Cc: linux-kbuild@...r.kernel.org
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/Makefile
> +++ b/Makefile
> @@ -1386,7 +1386,7 @@ scripts_unifdef: scripts_basic
> # Install
>
> # Many distributions have the custom install script, /sbin/installkernel.
> -# If DKMS is installed, 'make install' will eventually recuses back
> +# If DKMS is installed, 'make install' will eventually recurse back
> # to the this Makefile to build and install external modules.
While you are here, can you fix the next line?
"to the this Makefile" -> "to this Makefile"
> # Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists