Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH v2] selftests/filesystems: fix spelling error in statmount test comment
@ 2026-07-02  1:54 Wang Yan
  2026-07-03 13:10 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Yan @ 2026-07-02  1:54 UTC (permalink / raw)
  To: brauner, shuah; +Cc: linux-kselftest, linux-kernel, Wang Yan

Fix typo "didnt't" -> "didn't" in statmount_test.c comment.

Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
---
 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.25.1


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

end of thread, other threads:[~2026-07-03 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02  1:54 [PATCH v2] selftests/filesystems: fix spelling error in statmount test comment Wang Yan
2026-07-03 13:10 ` Christian Brauner

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