diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-02 16:00:10 +0100 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-30 15:21:51 -0600 |
commit | 16378efaf3069cc53f2cd56011d985338a8c0f6c (patch) | |
tree | 85c41b9b63fa2711cb8b6765b8a5f658c727146f /tools | |
parent | ea870c551d3c9569c59cdd818a9bd16c963f13be (diff) | |
download | linux-stable-16378efaf3069cc53f2cd56011d985338a8c0f6c.tar.gz linux-stable-16378efaf3069cc53f2cd56011d985338a8c0f6c.tar.bz2 linux-stable-16378efaf3069cc53f2cd56011d985338a8c0f6c.zip |
selftests: media_tests: fix spelling mistake: "iternations" -> "iterations"
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/media_tests/media_device_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |