From: Colin Ian King Date: Wed, 2 May 2018 15:00:10 +0000 (+0100) Subject: selftests: media_tests: fix spelling mistake: "iternations" -> "iterations" X-Git-Tag: v4.18-rc1~124^2~52 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=16378efaf3069cc53f2cd56011d985338a8c0f6c;p=linux.git selftests: media_tests: fix spelling mistake: "iternations" -> "iterations" Trivial fix to spelling mistake in message text Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan (Samsung OSG) --- diff --git a/tools/testing/selftests/media_tests/media_device_test.c b/tools/testing/selftests/media_tests/media_device_test.c index 421a367e4bb3..d8bb1e15d1d9 100644 --- a/tools/testing/selftests/media_tests/media_device_test.c +++ b/tools/testing/selftests/media_tests/media_device_test.c @@ -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);