diff options
author | Mike Isely <isely@pobox.com> | 2008-02-03 19:00:33 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2008-02-03 19:00:33 -0600 |
commit | beeb3ff83e1b6a021e09dad2913c7021ee39d7e6 (patch) | |
tree | 9e737ac23dcc1b8ce163df6a9e59e867efac933d /linux/drivers/media/video/pvrusb2 | |
parent | 33da29c6c35b6c099492626daf3ad185aa36782a (diff) | |
download | mediapointer-dvb-s2-beeb3ff83e1b6a021e09dad2913c7021ee39d7e6.tar.gz mediapointer-dvb-s2-beeb3ff83e1b6a021e09dad2913c7021ee39d7e6.tar.bz2 |
pvrusb2: Fix really bad typo if DVB config option description
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index 3432b25be..546c3289d 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/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. |