diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:19:55 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:19:55 +0200 |
commit | 9aaeded72f923212e6d9d7b6b8e3830e983f323e (patch) | |
tree | ce238f0172f5e3365d5e2bf0c5905bd6308d6527 /drivers/media/dvb/frontends/lgdt330x.c | |
parent | 27ae4104b69bd5e3d9006ba31b39fc186020f38e (diff) | |
download | op-kernel-dev-9aaeded72f923212e6d9d7b6b8e3830e983f323e.zip op-kernel-dev-9aaeded72f923212e6d9d7b6b8e3830e983f323e.tar.gz |
typo fixes: bandwith -> bandwidth
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/media/dvb/frontends/lgdt330x.c')
-rw-r--r-- | drivers/media/dvb/frontends/lgdt330x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lgdt330x.c b/drivers/media/dvb/frontends/lgdt330x.c index 6e8ad17..9a35470 100644 --- a/drivers/media/dvb/frontends/lgdt330x.c +++ b/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 }; |