[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513144816.72566-1-hendrik.hamerlinck@hammernet.be>
Date: Tue, 13 May 2025 16:48:16 +0200
From: Hendrik Hamerlinck <hendrik.hamerlinck@...mernet.be>
To: skhan@...uxfoundation.org
Cc: linux-kernel-mentees@...ts.linux.dev,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Hendrik Hamerlinck <hendrik.hamerlinck@...mernet.be>
Subject: [PATCH] selftests: fix "memebers" typo in filesystems/mount-notify
Corrects a spelling mistake "memebers" instead of "members" in
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
Signed-off-by: Hendrik Hamerlinck <hendrik.hamerlinck@...mernet.be>
---
.../selftests/filesystems/mount-notify/mount-notify_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
index 59a71f22fb11..af2b61224a61 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
@@ -230,7 +230,7 @@ static void verify_mount_ids(struct __test_metadata *const _metadata,
}
}
}
- // Check that all list1 memebers can be found in list2. Together with
+ // Check that all list1 members can be found in list2. Together with
// the above it means that the list1 and list2 represent the same sets.
for (i = 0; i < num; i++) {
for (j = 0; j < num; j++) {
--
2.43.0
Powered by blists - more mailing lists