Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1343361 > unrolled thread

[PATCH] selftests: media_dcevice_test fix usage information

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2016-02-25 18:50 +0100
Last post2016-02-25 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] selftests: media_dcevice_test fix usage information Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-25 18:50 +0100

#1343361 — [PATCH] selftests: media_dcevice_test fix usage information

FromShuah Khan <shuahkh@osg.samsung.com>
Date2016-02-25 18:50 +0100
Subject[PATCH] selftests: media_dcevice_test fix usage information
Message-ID<r68d4-7e6-11@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web