kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] kselftest/arm64: Fix spelling misakes of signal names
@ 2022-09-07 17:09 Colin Ian King
  2022-09-07 17:57 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-09-07 17:09 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shuah Khan, Mark Brown,
	linux-arm-kernel, linux-kselftest
  Cc: kernel-janitors, linux-kernel

There are a couple of spelling mistakes of signame names. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/arm64/fp/fp-stress.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/arm64/fp/fp-stress.c b/tools/testing/selftests/arm64/fp/fp-stress.c
index 01cef1962ab5..a5c0ebef2419 100644
--- a/tools/testing/selftests/arm64/fp/fp-stress.c
+++ b/tools/testing/selftests/arm64/fp/fp-stress.c
@@ -247,7 +247,7 @@ static void handle_child_signal(int sig, siginfo_t *info, void *context)
 	}
 
 	if (!found)
-		ksft_print_msg("SIGCHILD for unknown PID %d with status %d\n",
+		ksft_print_msg("SIGCHLD for unknown PID %d with status %d\n",
 			       info->si_pid, info->si_status);
 }
 
@@ -457,7 +457,7 @@ int main(int argc, char **argv)
 			       strerror(errno), errno);
 	ret = sigaction(SIGTERM, &sa, NULL);
 	if (ret < 0)
-		ksft_print_msg("Failed to install SIGTEM handler: %s (%d)\n",
+		ksft_print_msg("Failed to install SIGTERM handler: %s (%d)\n",
 			       strerror(errno), errno);
 	sa.sa_sigaction = handle_child_signal;
 	ret = sigaction(SIGCHLD, &sa, NULL);
-- 
2.37.1


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

* Re: [PATCH][next] kselftest/arm64: Fix spelling misakes of signal names
  2022-09-07 17:09 [PATCH][next] kselftest/arm64: Fix spelling misakes of signal names Colin Ian King
@ 2022-09-07 17:57 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2022-09-07 17:57 UTC (permalink / raw)
  To: Mark Brown, linux-arm-kernel, Colin Ian King, Shuah Khan,
	Will Deacon, linux-kselftest
  Cc: kernel-janitors, linux-kernel

On Wed, 7 Sep 2022 18:09:02 +0100, Colin Ian King wrote:
> There are a couple of spelling mistakes of signame names. Fix them.
> 
> 

Applied to arm64 (for-next/kselftest), thanks!

[1/1] kselftest/arm64: Fix spelling misakes of signal names
      https://git.kernel.org/arm64/c/537addee1e8e

-- 
Catalin


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 17:09 [PATCH][next] kselftest/arm64: Fix spelling misakes of signal names Colin Ian King
2022-09-07 17:57 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).