diff options
author | Mike Isely <isely@pobox.com> | 2008-02-04 05:00:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:09:46 +0200 |
commit | 48e5329fe8dea9ce88074a10787b619a3fe7175f (patch) | |
tree | 324eb8dec99335dfd1910157c2e85adc3227e5e4 /drivers/media/video/pvrusb2/Kconfig | |
parent | V4L/DVB (7684): pvrusb2: Add VIDEO_PVRUSB2_DVB config variable (diff) | |
download | linux-48e5329fe8dea9ce88074a10787b619a3fe7175f.tar.xz linux-48e5329fe8dea9ce88074a10787b619a3fe7175f.zip |
V4L/DVB (7685): pvrusb2: Fix really bad typo if DVB config option description
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/Kconfig')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig index 3432b25becc6..546c3289dc13 100644 --- a/drivers/media/video/pvrusb2/Kconfig +++ b/drivers/media/video/pvrusb2/Kconfig @@ -67,9 +67,10 @@ config VIDEO_PVRUSB2_DVB This option enables compilation of a DVB interface for the pvrusb2 driver. Currently this is very very experimental. It is also limiting - the DVB interface can only access the - side of hybrid devices, and there are going to be issues if - you attempt to mess with the V4L side at the same time. - Don't turn this on unless you know what you are doing. + digital side of hybrid devices, and there are going to be + issues if you attempt to mess with the V4L side at the same + time. Don't turn this on unless you know what you are + doing. If you are in doubt, say N. |