[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAR5537+Jy7c0uWSH1YcdkSopuyoWhfoSj7wqRuzjfDrcg@mail.gmail.com>
Date: Wed, 17 Jun 2020 10:51:25 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Masanari Iida <standby24x7@...il.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: Re: [PATCH] scripts: Fix typo in headers_install.sh
On Tue, Jun 16, 2020 at 9:51 PM Masanari Iida <standby24x7@...il.com> wrote:
>
> This patch fix a spelling typo in scripts/headers_install.sh
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
Applied to linux-kbuild. Thanks.
(I fixed another typo in the commit description; "fix" -> "fixes")
> ---
> scripts/headers_install.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
> index 955cf3aedf21..224f51012b6e 100755
> --- a/scripts/headers_install.sh
> +++ b/scripts/headers_install.sh
> @@ -11,7 +11,7 @@ then
> echo "asm/inline/volatile keywords."
> echo
> echo "INFILE: header file to operate on"
> - echo "OUTFILE: output file which the processed header is writen to"
> + echo "OUTFILE: output file which the processed header is written to"
>
> exit 1
> fi
> --
> 2.27.0.83.g0313f36c6ebe
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists