Re: [PATCH 1/4] scripts: fix spelling mistakes
Randy Dunlap <[email protected]> Tue, 7 Jul 2026 21:23:03 -0700
| Newsgroups | gmane.linux.kbuild.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/29/26 1:28 AM, Martin Weiss wrote: > Signed-off-by: Martin Weiss <[email protected]> Acked-by: Randy Dunlap <[email protected]> Thanks. > --- > scripts/config | 2 +- > scripts/link-vmlinux.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/config b/scripts/config > index ea475c07de28..dfa78cfcba67 100755 > --- a/scripts/config > +++ b/scripts/config > @@ -38,7 +38,7 @@ commands: > > options: > --file config-file .config file to change (default .config) > - --keep-case|-k Keep next symbols' case (dont' upper-case it) > + --keep-case|-k Keep next symbols' case (don't upper-case it) > > $myname doesn't check the validity of the .config file. This is done at next > make time. > 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}" -- ~Randy