diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 12:17:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 12:17:16 -0300 |
commit | 34c63d986ff28281eb5490169166199ada49c51a (patch) | |
tree | 7452475de9c1613eab61eb08070afb984cabe9e5 /linux/drivers/media/dvb/frontends/lgdt330x.c | |
parent | d5a7f418a8998e7989df1f052eced60c9e53302f (diff) | |
download | mediapointer-dvb-s2-34c63d986ff28281eb5490169166199ada49c51a.tar.gz mediapointer-dvb-s2-34c63d986ff28281eb5490169166199ada49c51a.tar.bz2 |
typo fixes: bandwith -> bandwidth
From: Adrian Bunk <bunk@stusta.de>
kernel-sync: backport from kernel to v4l/dvb tree
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/lgdt330x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/lgdt330x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgdt330x.c b/linux/drivers/media/dvb/frontends/lgdt330x.c index b48b82b11..a1152c69c 100644 --- a/linux/drivers/media/dvb/frontends/lgdt330x.c +++ b/linux/drivers/media/dvb/frontends/lgdt330x.c @@ -216,7 +216,7 @@ static int lgdt330x_init(struct dvb_frontend* fe) AGC_DELAY0, 0x07, AGC_DELAY2, 0xfe, /* Change the value of IAGCBW[15:8] - of inner AGC loop filter bandwith */ + of inner AGC loop filter bandwidth */ AGC_LOOP_BANDWIDTH0, 0x08, AGC_LOOP_BANDWIDTH1, 0x9a }; |