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/common | |
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/common')
-rw-r--r-- | linux/drivers/media/common/saa7146_hlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_hlp.c b/linux/drivers/media/common/saa7146_hlp.c index cc0c1b965..3f85c99a3 100644 --- a/linux/drivers/media/common/saa7146_hlp.c +++ b/linux/drivers/media/common/saa7146_hlp.c @@ -159,7 +159,7 @@ static int calculate_h_scale_registers(struct saa7146_dev *dev, } /* the horizontal scaling increment controls the UV filter - to reduce the bandwith to improve the display quality, + to reduce the bandwidth to improve the display quality, so set it ... */ if ( xsci == 0x400) pfuv = 0x00; |