summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2003-11-03 11:54:59 +0000
committerJohannes Stezenbach <devnull@localhost>2003-11-03 11:54:59 +0000
commit40954b46c3c1441bd879d3d678679a89f2025e90 (patch)
treea0144ec2c2cea3882ffa91acd17f4b100e30978e /linux/drivers/media/dvb/frontends
parentefef0fcbf629591bb93fc1ba701cdc64945bdda6 (diff)
downloadmediapointer-dvb-s2-40954b46c3c1441bd879d3d678679a89f2025e90.tar.gz
mediapointer-dvb-s2-40954b46c3c1441bd879d3d678679a89f2025e90.tar.bz2
corrected invalid email address dvb-kernel@linuxtv.org
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/dst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dst.c b/linux/drivers/media/dvb/frontends/dst.c
index 1f56e68f8..0eb621a5f 100644
--- a/linux/drivers/media/dvb/frontends/dst.c
+++ b/linux/drivers/media/dvb/frontends/dst.c
@@ -603,7 +603,7 @@ static int dst_check_ci (struct dst_data *dst)
}
if (i >= sizeof(dst_tlist) / sizeof(dst_tlist[0])) {
printk("%s: unable to recognize %s or %s\n", __FUNCTION__, &rxbuf[0], &rxbuf[1]);
- printk("%s please email dvb-kernel@linuxtv.org with this type in\n", __FUNCTION__);
+ printk("%s please email linux-dvb@linuxtv.org with this type in\n", __FUNCTION__);
use_dst_type = DST_TYPE_IS_SAT;
use_type_flags = DST_TYPE_HAS_SYMDIV;
}