linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kselftest/media_tests : fixed typo errors
@ 2025-08-16  4:10 hariconscious
  0 siblings, 0 replies; only message in thread
From: hariconscious @ 2025-08-16  4:10 UTC (permalink / raw)
  To: shuah, linux-kernel, linux-kselftest; +Cc: HariKrishna

From: HariKrishna <hariconscious@gmail.com>

fixed typo error

Signed-off-by: HariKrishna <hariconscious@gmail.com>
---
 tools/testing/selftests/media_tests/media_device_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/media_tests/media_device_test.c b/tools/testing/selftests/media_tests/media_device_test.c
index 4b9953359e40..5710532ac379 100644
--- a/tools/testing/selftests/media_tests/media_device_test.c
+++ b/tools/testing/selftests/media_tests/media_device_test.c
@@ -71,7 +71,7 @@ int main(int argc, char **argv)
 	if (getuid() != 0)
 		ksft_exit_skip("Please run the test as root - Exiting.\n");
 
-	/* Generate random number of interations */
+	/* Generate random number of iterations */
 	srand((unsigned int) time(NULL));
 	count = rand();
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-16  4:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16  4:10 [PATCH] kselftest/media_tests : fixed typo errors hariconscious

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).