diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-12-08 13:35:35 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-12-08 13:35:35 +0000 |
commit | 3f6746001f8ed99ba3f22aa2a531ae9681b1cc82 (patch) | |
tree | f8d0d6f017a7a81655b4dd830540919986a48c13 /linux/drivers/media/dvb/bt8xx/dst.c | |
parent | d6961a3d1cc95ed1d30edc05779ce2279d76ef17 (diff) | |
download | mediapointer-dvb-s2-3f6746001f8ed99ba3f22aa2a531ae9681b1cc82.tar.gz mediapointer-dvb-s2-3f6746001f8ed99ba3f22aa2a531ae9681b1cc82.tar.bz2 |
patch by Toni Willberg: fix typo in dst_type_print()
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/dst.c')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst.c b/linux/drivers/media/dvb/bt8xx/dst.c index 3145a0fca..053c1ba65 100644 --- a/linux/drivers/media/dvb/bt8xx/dst.c +++ b/linux/drivers/media/dvb/bt8xx/dst.c @@ -476,10 +476,10 @@ static int dst_type_print(u8 type) otype = "satellite"; break; case DST_TYPE_IS_TERR: - otype = "terrestial TV"; + otype = "terrestrial"; break; case DST_TYPE_IS_CABLE: - otype = "terrestial TV"; + otype = "cable"; break; default: printk("%s: invalid dst type %d\n", __FUNCTION__, type); |