* [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
* Re: [PATCH v2] selftests/filesystems: fix spelling error in statmount test comment
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
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2026-07-03 13:10 UTC (permalink / raw)
To: shuah, Wang Yan; +Cc: linux-kselftest, linux-kernel
On Thu, 02 Jul 2026 09:54:28 +0800, Wang Yan wrote:
> selftests/filesystems: fix spelling error in statmount test comment
Applied to the vfs-7.3.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.3.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.3.misc
[1/1] selftests/filesystems: fix spelling error in statmount test comment
https://git.kernel.org/vfs/vfs/c/9e31e3fcce62
^ permalink raw reply [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