Re: [PATCH 1/4] scripts: fix spelling mistakes
From: Nathan Chancellor
Date: Mon Jun 29 2026 - 22:04:17 EST
On Mon, 29 Jun 2026 15:28:06 +0700, Martin Weiss <martin.githubacc@xxxxxxxxx> wrote:
Hi Martin,
>
> diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
> index f99e196abeea..c8f27e4175f9 100755
> --- a/scripts/link-vmlinux.sh
> +++ b/scripts/link-vmlinux.sh
> @@ -38,7 +38,7 @@ is_enabled() {
> }
>
> # Nice output in kbuild format
> -# Will be supressed by "make -s"
> +# Will be suppressed by "make -s"
> info()
> {
> printf " %-7s %s\n" "${1}" "${2}"
Please always include a commit message, even if it is something as
simple as "there are two minor typographical issues in a couple of
scripts under scripts/, fix them", as some maintainers will require it.
I don't think it that big of a deal in this case but just something to
keep in mind.
Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx>
--
Cheers,
Nathan