Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343361
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] selftests: media_dcevice_test fix usage information |
| Date | 2016-02-25 18:50 +0100 |
| Message-ID | <r68d4-7e6-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix the incorrect usage information. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.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 7a4d613..cbf53a0 100644 --- a/tools/testing/selftests/media_tests/media_device_test.c +++ b/tools/testing/selftests/media_tests/media_device_test.c @@ -19,7 +19,7 @@ * seconds. * * Usage: - * sudo ./media_devkref_test -d /dev/mediaX + * sudo ./media_device_test -d /dev/mediaX * * While test is running, remove the device and * ensure there are no use after free errors and -- 2.5.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] selftests: media_dcevice_test fix usage information Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-25 18:50 +0100
csiph-web