From: Randy Dunlap Date: Sun, 7 Nov 2021 18:19:23 +0000 (+0000) Subject: media: correct MEDIA_TEST_SUPPORT help text X-Git-Tag: v6.1-rc5~2250^2~296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09f4d1513267d0ab712f5d29e7bd136535748709;p=platform%2Fkernel%2Flinux-starfive.git media: correct MEDIA_TEST_SUPPORT help text Fix grammar/wording in the help text for MEDIA_TEST_SUPPORT. Fixes: 4b32216adb01 ("media: split test drivers from platform directory") Signed-off-by: Randy Dunlap Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index b078126..f3f24c6 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -141,10 +141,10 @@ config MEDIA_TEST_SUPPORT prompt "Test drivers" if MEDIA_SUPPORT_FILTER default y if !MEDIA_SUPPORT_FILTER help - Those drivers should not be used on production Kernels, but - can be useful on debug ones. It enables several dummy drivers - that simulate a real hardware. Very useful to test userspace - applications and to validate if the subsystem core is doesn't + These drivers should not be used on production kernels, but + can be useful on debug ones. This option enables several dummy drivers + that simulate real hardware. Very useful to test userspace + applications and to validate if the subsystem core doesn't have regressions. Say Y if you want to use some virtual test driver.