]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
selftests: media_tests: fix spelling mistake: "iternations" -> "iterations"
authorColin Ian King <colin.king@canonical.com>
Wed, 2 May 2018 15:00:10 +0000 (16:00 +0100)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:21:51 +0000 (15:21 -0600)
Trivial fix to spelling mistake in message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/media_tests/media_device_test.c

index 421a367e4bb3e4f60dd1fba35e09c0f5e738c825..d8bb1e15d1d9ecb71094da65b2581a964897738d 100644 (file)
@@ -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);