diff options
author | Hans Petter Selasky <hselasky@c2i.net> | 2011-03-28 13:37:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:28:29 -0400 |
commit | 53f1fe9465359e0cc080d4a7779cdfcd42b75e82 (patch) | |
tree | 66232b70f4eb609ac08ac8ab4a50a8fb6b73474d /drivers/media/dvb | |
parent | 6588687a602ee5d97aad92a5910db1be16a4f6df (diff) |
[media] cx24116.c - fix for wrong parameter description
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/cx24116.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c index 2410d8b59b6b..cf1ec6c82042 100644 --- a/drivers/media/dvb/frontends/cx24116.c +++ b/drivers/media/dvb/frontends/cx24116.c | |||
@@ -137,7 +137,7 @@ MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\ | |||
137 | /* SNR measurements */ | 137 | /* SNR measurements */ |
138 | static int esno_snr; | 138 | static int esno_snr; |
139 | module_param(esno_snr, int, 0644); | 139 | module_param(esno_snr, int, 0644); |
140 | MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, "\ | 140 | MODULE_PARM_DESC(esno_snr, "SNR return units, 0=PERCENTAGE 0-100, "\ |
141 | "1=ESNO(db * 10) (default:0)"); | 141 | "1=ESNO(db * 10) (default:0)"); |
142 | 142 | ||
143 | enum cmds { | 143 | enum cmds { |