diff mbox series

[v2] Makefile: fix 2 typos

Message ID 20220426035318.3932-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series [v2] Makefile: fix 2 typos | expand

Commit Message

Randy Dunlap April 26, 2022, 3:53 a.m. UTC
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(-)

Comments

Masahiro Yamada April 30, 2022, 3:32 a.m. UTC | #1
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.
diff mbox series

Patch

--- 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 :=