Re: [PATCH 1/4] scripts: fix spelling mistakes
Nathan Chancellor <[email protected]> Mon, 29 Jun 2026 19:03:52 -0700
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178278503295.3414597.965604791088936644.b4-review@b4> |
On Mon, 29 Jun 2026 15:28:06 +0700, Martin Weiss <[email protected]> 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 <[email protected]> -- Cheers, Nathan