Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512900 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-10-31 22:10 +0100 |
| Last post | 2016-10-31 22:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] selftests: media_device_test: fix spelling mistake Colin King <colin.king@canonical.com> - 2016-10-31 22:10 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-10-31 22:10 +0100 |
| Subject | [PATCH] selftests: media_device_test: fix spelling mistake |
| Message-ID | <sys09-7Ib-5@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "iternations" to "iterations"
Signed-off-by: Colin Ian King <colin.king@canonical.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 5d49943..1f7beda 100644
--- a/tools/testing/selftests/media_tests/media_device_test.c
+++ b/tools/testing/selftests/media_tests/media_device_test.c
@@ -87,7 +87,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);
--
2.9.3
Back to top | Article view | linux.kernel
csiph-web