From: Martin Weiss <martin.githubacc@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Martin Weiss <Martin.weiss2410@gmail.com>,
Shuah Khan <shuah@kernel.org>,
Christian Brauner <brauner@kernel.org>,
Bala-Vignesh-Reddy <reddybalavignesh9979@gmail.com>,
Andrei Vagin <avagin@gmail.com>,
Wei Yang <richard.weiyang@gmail.com>,
Bhavik Sachdev <b.sachdev1904@gmail.com>,
linux-kselftest@vger.kernel.org
Subject: [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test
Date: Mon, 29 Jun 2026 16:30:52 +0700 [thread overview]
Message-ID: <20260629093056.591498-2-Martin.weiss2410@gmail.com> (raw)
In-Reply-To: <20260629093056.591498-1-Martin.weiss2410@gmail.com>
Signed-off-by: Martin Weiss <Martin.weiss2410@gmail.com>
---
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.54.0
next prev parent reply other threads:[~2026-06-29 9:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 9:30 [PATCH 1/4] lib/dynamic_debug: add NULL check after kstrdup Martin Weiss
2026-06-29 9:30 ` Martin Weiss [this message]
2026-06-29 9:30 ` [PATCH 3/4] selftests: powerpc: fix spelling mistake Martin Weiss
2026-06-29 9:30 ` [PATCH 4/4] tools/build: fix spelling mistake in documentation Martin Weiss
2026-06-29 23:51 ` [PATCH 1/4] lib/dynamic_debug: add NULL check after kstrdup Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 8:28 [PATCH 1/4] scripts: fix spelling mistakes Martin Weiss
2026-06-29 8:28 ` [PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test Martin Weiss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260629093056.591498-2-Martin.weiss2410@gmail.com \
--to=martin.githubacc@gmail.com \
--cc=Martin.weiss2410@gmail.com \
--cc=avagin@gmail.com \
--cc=b.sachdev1904@gmail.com \
--cc=brauner@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=reddybalavignesh9979@gmail.com \
--cc=richard.weiyang@gmail.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome