diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-20 00:30:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-20 00:30:57 -0300 |
commit | 6a148432b8af513981b96fef00deeda1f7c52171 (patch) | |
tree | 7ef27ec3759b889dda988a3adbfa5a6a8771a0b9 /linux/drivers/media/video/bt8xx/bttv-input.c | |
parent | 5da0337a0500257e93259472d26bca4ca9a6be9a (diff) | |
download | mediapointer-dvb-s2-6a148432b8af513981b96fef00deeda1f7c52171.tar.gz mediapointer-dvb-s2-6a148432b8af513981b96fef00deeda1f7c52171.tar.bz2 |
Whitespace cleanups
From: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-input.c')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-input.c b/linux/drivers/media/video/bt8xx/bttv-input.c index bab7cb123..ce5ce470a 100644 --- a/linux/drivers/media/video/bt8xx/bttv-input.c +++ b/linux/drivers/media/video/bt8xx/bttv-input.c @@ -356,7 +356,7 @@ int bttv_input_init(struct bttv *btv) if (ir->rc5_gpio) { u32 gpio; - /* enable remote irq */ + /* enable remote irq */ bttv_gpio_inout(&btv->c, (1 << 4), 1 << 4); gpio = bttv_gpio_read(&btv->c); bttv_gpio_write(&btv->c, gpio & ~(1 << 4)); |