diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 09:34:31 -0200 |
commit | 615ceed14a9faf54d4d8a70d978da0d4c355cbfa (patch) | |
tree | c4de8e29f612ae1b105a6f2fc67a8faa010a78c1 /linux/drivers/media/video/bt8xx/bttv-cards.c | |
parent | 56eb8c85473f48c34f74e3591b956e3c63957262 (diff) | |
download | mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.gz mediapointer-dvb-s2-615ceed14a9faf54d4d8a70d978da0d4c355cbfa.tar.bz2 |
backport kernel commit c84e6036ba7177a404cc860cb5a440e06fad92dd
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Original changelog:
Author: Joe Perches <joe@perches.com>
Date: Sun Feb 3 17:18:59 2008 +0200
drivers/media/: Spelling fixes
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-cards.c b/linux/drivers/media/video/bt8xx/bttv-cards.c index 98270aaaf..00be77d4f 100644 --- a/linux/drivers/media/video/bt8xx/bttv-cards.c +++ b/linux/drivers/media/video/bt8xx/bttv-cards.c @@ -4445,7 +4445,7 @@ static void rv605_muxsel(struct bttv *btv, unsigned int input) gpio_bits(0x200,0x000); mdelay(1); - /* create a new conection */ + /* create a new connection */ gpio_bits(0x480,0x080); gpio_bits(0x480,0x480); mdelay(1); |