[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250815000859.112169-2-sohammetha01@gmail.com>
Date: Fri, 15 Aug 2025 05:38:59 +0530
From: Soham Metha <sohammetha01@...il.com>
To: linux-kselftest@...r.kernel.org
Cc: shuah@...nel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org,
Soham Metha <sohammetha01@...il.com>
Subject: [PATCH 1/6] selftests: filesystems: statmout: fix spelling mistake in output
found/fixed the following typo:
- didnt't -> didn't
in `tools/testing/selftests/filesystems/statmount/statmount_test.c`
Signed-off-by: Soham Metha <sohammetha01@...il.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 f048042e53e9..1278259231fc 100644
--- a/tools/testing/selftests/filesystems/statmount/statmount_test.c
+++ b/tools/testing/selftests/filesystems/statmount/statmount_test.c
@@ -545,7 +545,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.34.1
Powered by blists - more mailing lists