Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16378efa authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan (Samsung OSG)
Browse files

selftests: media_tests: fix spelling mistake: "iternations" -> "iterations"



Trivial fix to spelling mistake in message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
parent ea870c55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
	       "other Oops in the dmesg. Enable KaSan kernel\n"
	       "config option for use-after-free error detection.\n\n");

	printf("Running test for %d iternations\n", count);
	printf("Running test for %d iterations\n", count);

	while (count > 0) {
		ret = ioctl(fd, MEDIA_IOC_DEVICE_INFO, &mdi);