* [PATCH][next] selftest/mm: Fix spelling mistake "skiped" -> "skipped"
@ 2024-04-02 8:15 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2024-04-02 8:15 UTC (permalink / raw)
To: Andrew Morton, Shuah Khan, linux-mm, linux-kselftest
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a ksft_test_result_skip message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/testing/selftests/mm/ksm_functional_tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/mm/ksm_functional_tests.c b/tools/testing/selftests/mm/ksm_functional_tests.c
index 2d277620fad2..db845dca8d19 100644
--- a/tools/testing/selftests/mm/ksm_functional_tests.c
+++ b/tools/testing/selftests/mm/ksm_functional_tests.c
@@ -502,7 +502,7 @@ static void test_child_ksm_err(int status)
else if (status == -2)
ksft_test_result_fail("Merge in child failed\n");
else if (status == -3)
- ksft_test_result_skip("Merge in child skiped\n");
+ ksft_test_result_skip("Merge in child skipped\n");
}
/* Verify that prctl ksm flag is inherited. */
--
2.39.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-02 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 8:15 [PATCH][next] selftest/mm: Fix spelling mistake "skiped" -> "skipped" Colin Ian King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox