mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] scripts: fix spelling mistakes
@ 2026-06-29  8:28 Martin Weiss
  2026-06-29  8:28 ` [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test Martin Weiss
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Martin Weiss @ 2026-06-29  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Martin Weiss, Nathan Chancellor, Nicolas Schier, Ihor Solodrai,
	Alexei Starovoitov, Ard Biesheuvel, Alexey Gladkov,
	Josh Poimboeuf, Steven Rostedt, linux-kbuild

Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>
---
 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}"
-- 
2.54.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
@ 2026-06-29  8:28 ` Martin Weiss
  2026-06-29  8:28 ` [PATCH 3/4] selftests: powerpc: fix spelling mistake Martin Weiss
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Martin Weiss @ 2026-06-29  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Martin Weiss, Shuah Khan, Christian Brauner, Andrei Vagin,
	Bala-Vignesh-Reddy, Bhavik Sachdev, linux-kselftest

Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>
---
 tools/testing/selftests/filesystems/statmount/statmount_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/filesystems/statmount/statmount_test.c b/tools/testing/selftests/filesystems/statmount/statmount_test.c
index 8dc018d47a93..9d963e09e510 100644
--- a/tools/testing/selftests/filesystems/statmount/statmount_test.c
+++ b/tools/testing/selftests/filesystems/statmount/statmount_test.c
@@ -515,7 +515,7 @@ static void test_statmount_mnt_opts(void)
 		return;
 	}
 
-	ksft_test_result_fail("didnt't find mount entry\n");
+	ksft_test_result_fail("didn't find mount entry\n");
 	free(sm);
 	free(line);
 }
-- 
2.54.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 3/4] selftests: powerpc: fix spelling mistake
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
  2026-06-29  8:28 ` [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test Martin Weiss
@ 2026-06-29  8:28 ` Martin Weiss
  2026-06-29  8:28 ` [PATCH 4/4] tools/build: fix spelling mistake in documentation Martin Weiss
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Martin Weiss @ 2026-06-29  8:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Martin Weiss, Madhavan Srinivasan, Michael Ellerman,
	Nicholas Piggin, Christophe Leroy (CS GROUP),
	Shuah Khan, linuxppc-dev, linux-kselftest

Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>
---
 tools/testing/selftests/powerpc/tm/tm-tar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/powerpc/tm/tm-tar.c b/tools/testing/selftests/powerpc/tm/tm-tar.c
index f2a9137f3c1e..ea420caa3961 100644
--- a/tools/testing/selftests/powerpc/tm/tm-tar.c
+++ b/tools/testing/selftests/powerpc/tm/tm-tar.c
@@ -50,7 +50,7 @@ int test_tar(void)
 			"bne	2b;"
 			"tend.;"
 
-			/* Transaction sucess! TAR should be 3 */
+			/* Transaction success! TAR should be 3 */
 			"mfspr  7, %[tar];"
 			"ori	%[res], 7, 4;"  // res = 3|4 = 7
 			"b	4f;"
-- 
2.54.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 4/4] tools/build: fix spelling mistake in documentation
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
  2026-06-29  8:28 ` [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test Martin Weiss
  2026-06-29  8:28 ` [PATCH 3/4] selftests: powerpc: fix spelling mistake Martin Weiss
@ 2026-06-29  8:28 ` Martin Weiss
  2026-06-30  2:03 ` [PATCH 1/4] scripts: fix spelling mistakes Nathan Chancellor
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Martin Weiss @ 2026-06-29  8:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: Martin Weiss

Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>
---
 tools/build/Documentation/Build.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/Documentation/Build.txt b/tools/build/Documentation/Build.txt
index a22587475dbe..da037299dfd1 100644
--- a/tools/build/Documentation/Build.txt
+++ b/tools/build/Documentation/Build.txt
@@ -102,7 +102,7 @@ Makefile.include
 ----------------
 
 The tools/build/Makefile.include makefile could be included
-via user makefiles to get usefull definitions.
+via user makefiles to get useful definitions.
 
 It defines following interface:
 
-- 
2.54.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] scripts: fix spelling mistakes
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
                   ` (2 preceding siblings ...)
  2026-06-29  8:28 ` [PATCH 4/4] tools/build: fix spelling mistake in documentation Martin Weiss
@ 2026-06-30  2:03 ` Nathan Chancellor
  2026-07-08  4:23 ` Randy Dunlap
  2026-07-17 12:55 ` Nicolas Schier
  5 siblings, 0 replies; 7+ messages in thread
From: Nathan Chancellor @ 2026-06-30  2:03 UTC (permalink / raw)
  To: Martin Weiss
  Cc: linux-kernel, Martin Weiss, Nathan Chancellor, Nicolas Schier,
	Ihor Solodrai, Alexei Starovoitov, Ard Biesheuvel,
	Alexey Gladkov, Josh Poimboeuf, Steven Rostedt, linux-kbuild

On Mon, 29 Jun 2026 15:28:06 +0700, Martin Weiss <martin.githubacc@gmail.com> 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@kernel.org>

-- 
Cheers,
Nathan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] scripts: fix spelling mistakes
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
                   ` (3 preceding siblings ...)
  2026-06-30  2:03 ` [PATCH 1/4] scripts: fix spelling mistakes Nathan Chancellor
@ 2026-07-08  4:23 ` Randy Dunlap
  2026-07-17 12:55 ` Nicolas Schier
  5 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2026-07-08  4:23 UTC (permalink / raw)
  To: Martin Weiss, linux-kernel
  Cc: Martin Weiss, Nathan Chancellor, Nicolas Schier, Ihor Solodrai,
	Alexei Starovoitov, Ard Biesheuvel, Alexey Gladkov,
	Josh Poimboeuf, Steven Rostedt, linux-kbuild



On 6/29/26 1:28 AM, Martin Weiss wrote:
> Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/4] scripts: fix spelling mistakes
  2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
                   ` (4 preceding siblings ...)
  2026-07-08  4:23 ` Randy Dunlap
@ 2026-07-17 12:55 ` Nicolas Schier
  5 siblings, 0 replies; 7+ messages in thread
From: Nicolas Schier @ 2026-07-17 12:55 UTC (permalink / raw)
  To: linux-kernel, Martin Weiss
  Cc: Nicolas Schier, Martin Weiss, Nathan Chancellor, Ihor Solodrai,
	Alexei Starovoitov, Ard Biesheuvel, Alexey Gladkov,
	Josh Poimboeuf, Steven Rostedt, linux-kbuild

On Mon, 29 Jun 2026 15:28:06 +0700, Martin Weiss wrote:
> 


Applied to kbuild/linux.git (kbuild-next-unstable) with a minimal commit
message added, thanks!

[1/4] scripts: fix spelling mistakes
      https://git.kernel.org/kbuild/c/ab3f7f5e

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped,
reverted or modified (e.g. trailers). Patches applied to the
kbuild-next-unstable branch are accepted pending wider testing in
linux-next and any post-commit review; they will generally be moved
to the kbuild-next branch in about a week if no issues are found.

Best regards,
-- 
Nicolas


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-17 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29  8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
2026-06-29  8:28 ` [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test Martin Weiss
2026-06-29  8:28 ` [PATCH 3/4] selftests: powerpc: fix spelling mistake Martin Weiss
2026-06-29  8:28 ` [PATCH 4/4] tools/build: fix spelling mistake in documentation Martin Weiss
2026-06-30  2:03 ` [PATCH 1/4] scripts: fix spelling mistakes Nathan Chancellor
2026-07-08  4:23 ` Randy Dunlap
2026-07-17 12:55 ` Nicolas Schier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox