aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2005-08-09 20:48:54 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-09 20:59:52 -0400
commite179d8b0552e2fdb45c6022c589af945f8cbecbe (patch)
tree55bea91fb428a84682928b40e0765ce96903df20 /drivers/media
parentdc9352a42c6de578c932313448257cf246b2b75f (diff)
[PATCH] dvb: lgdt330x frontend: trivial text cleanups
Two trivial text changes in Kconfig and lgdt330x.c Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/Kconfig2
-rw-r--r--drivers/media/dvb/frontends/lgdt330x.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index e83256d0fd14..a50a41f6f79d 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -188,7 +188,7 @@ config DVB_BCM3510
188 support this frontend. 188 support this frontend.
189 189
190config DVB_LGDT330X 190config DVB_LGDT330X
191 tristate "LGDT3302 or LGDT3303 based (DViCO FusionHDTV Gold)" 191 tristate "LG Electronics LGDT3302/LGDT3303 based"
192 depends on DVB_CORE 192 depends on DVB_CORE
193 help 193 help
194 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 194 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
diff --git a/drivers/media/dvb/frontends/lgdt330x.c b/drivers/media/dvb/frontends/lgdt330x.c
index c48e7c11d708..e1c71afad214 100644
--- a/drivers/media/dvb/frontends/lgdt330x.c
+++ b/drivers/media/dvb/frontends/lgdt330x.c
@@ -772,7 +772,7 @@ error:
772 772
773static struct dvb_frontend_ops lgdt3302_ops = { 773static struct dvb_frontend_ops lgdt3302_ops = {
774 .info = { 774 .info = {
775 .name= "LG Electronics LGDT3302/LGDT3303 VSB/QAM Frontend", 775 .name= "LG Electronics LGDT3302 VSB/QAM Frontend",
776 .type = FE_ATSC, 776 .type = FE_ATSC,
777 .frequency_min= 54000000, 777 .frequency_min= 54000000,
778 .frequency_max= 858000000, 778 .frequency_max= 858000000,