* [PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
@ 2022-10-21 8:45 Colin Ian King
2022-11-30 9:24 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-10-21 8:45 UTC (permalink / raw)
To: Michael Ellerman, Nicholas Piggin, Christophe Leroy, Shuah Khan,
linuxppc-dev, linux-kselftest
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a perror message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/testing/selftests/powerpc/ptrace/core-pkey.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/powerpc/ptrace/core-pkey.c b/tools/testing/selftests/powerpc/ptrace/core-pkey.c
index bbc05ffc5860..1a70a96f0bfe 100644
--- a/tools/testing/selftests/powerpc/ptrace/core-pkey.c
+++ b/tools/testing/selftests/powerpc/ptrace/core-pkey.c
@@ -329,7 +329,7 @@ static int parent(struct shared_info *info, pid_t pid)
core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0);
if (core == (void *) -1) {
- perror("Error mmaping core file");
+ perror("Error mmapping core file");
ret = TEST_FAIL;
goto out;
}
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
2022-10-21 8:45 [PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping" Colin Ian King
@ 2022-11-30 9:24 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2022-11-30 9:24 UTC (permalink / raw)
To: Nicholas Piggin, Michael Ellerman, linux-kselftest,
Colin Ian King, Shuah Khan, Christophe Leroy, linuxppc-dev
Cc: kernel-janitors, linux-kernel
On Fri, 21 Oct 2022 09:45:45 +0100, Colin Ian King wrote:
> There is a spelling mistake in a perror message. Fix it.
>
>
Applied to powerpc/next.
[1/1] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
https://git.kernel.org/powerpc/c/04757c5e21ea17615b66f45e38f1cab32a7a0654
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-30 9:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 8:45 [PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping" Colin Ian King
2022-11-30 9:24 ` Michael Ellerman
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).