linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] selftests/mm: Fix spelling mistake "succedded" -> "succeeded"
@ 2023-11-21  9:31 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2023-11-21  9:31 UTC (permalink / raw)
  To: Andrei Vagin, Andrew Morton, Shuah Khan, linux-mm, linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a ksft_exit_fail_msg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/mm/vm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/mm/vm_util.c b/tools/testing/selftests/mm/vm_util.c
index 4aeb8d5299ff..05736c615734 100644
--- a/tools/testing/selftests/mm/vm_util.c
+++ b/tools/testing/selftests/mm/vm_util.c
@@ -75,7 +75,7 @@ static bool pagemap_scan_supported(int fd, char *start)
 	/* Provide an invalid address in order to trigger EFAULT. */
 	ret = __pagemap_scan_get_categories(fd, start, (struct page_region *) ~0UL);
 	if (ret == 0)
-		ksft_exit_fail_msg("PAGEMAP_SCAN succedded unexpectedly\n");
+		ksft_exit_fail_msg("PAGEMAP_SCAN succeeded unexpectedly\n");
 
 	supported = errno == EFAULT;
 
-- 
2.39.2



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-21  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  9:31 [PATCH][next] selftests/mm: Fix spelling mistake "succedded" -> "succeeded" 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