From b8bd2cf93e080fb276d420abd5984229ac1956df Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 28 Jun 2005 23:41:47 +0000 Subject: * cx88-core.c, cx88-dvb.c, cx88-input.c: * lgdt3302.c, lgdt3302_priv.h, or51132.c: * saa7134-cards.c, saa7134-core.c: * saa7134-dvb.c, saa7134-i2c.c, saa7134-oss.c: * saa7134-tvaudio.c, saa7134-video.c: * tda8290.c, tea5767.c, tuner-simple.c: - Clean up ALL whitespace using scripts/strip-trailing-whitespaces.sh Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-core.c | 4 ++-- linux/drivers/media/video/cx88/cx88-dvb.c | 4 ++-- linux/drivers/media/video/cx88/cx88-input.c | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'linux/drivers/media/video/cx88') diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 8054d279f..8ac8ffe68 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-core.c,v 1.31 2005/06/22 22:58:04 mchehab Exp $ + * $Id: cx88-core.c,v 1.32 2005/06/28 23:41:47 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -1185,7 +1185,7 @@ struct cx88_core* cx88_core_get(struct pci_dev *pci) core->radio_addr = cx88_boards[core->board].radio_addr; printk(KERN_INFO "TV tuner %d at 0x%02x, Radio tuner %d at 0x%02x\n", - core->tuner_type, core->tuner_addr<<1, + core->tuner_type, core->tuner_addr<<1, core->radio_type, core->radio_addr<<1); core->tda9887_conf = cx88_boards[core->board].tda9887_conf; diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 0194b84fc..206c6a098 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.36 2005/06/21 06:08:12 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.37 2005/06/28 23:41:47 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -187,7 +187,7 @@ static struct cx22702_config hauppauge_novat_config = { #endif #if HAVE_OR51132 -static int or51132_set_ts_param(struct dvb_frontend* fe, +static int or51132_set_ts_param(struct dvb_frontend* fe, int is_punctured) { struct cx8802_dev *dev= fe->dvb->priv; diff --git a/linux/drivers/media/video/cx88/cx88-input.c b/linux/drivers/media/video/cx88/cx88-input.c index 76d506db6..c669e9d06 100644 --- a/linux/drivers/media/video/cx88/cx88-input.c +++ b/linux/drivers/media/video/cx88/cx88-input.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-input.c,v 1.13 2005/06/13 16:07:46 nsh Exp $ + * $Id: cx88-input.c,v 1.14 2005/06/28 23:41:47 mkrufky Exp $ * * Device driver for GPIO attached remote control interfaces * on Conexant 2388x based TV/DVB cards. @@ -177,7 +177,7 @@ static IR_KEYTAB_TYPE ir_codes_adstech_dvb_t_pci[IR_KEYTAB_SIZE] = { /* MSI TV@nywhere remote */ static IR_KEYTAB_TYPE ir_codes_msi_tvanywhere[IR_KEYTAB_SIZE] = { - [ 0x00 ] = KEY_0, /* '0' */ + [ 0x00 ] = KEY_0, /* '0' */ [ 0x01 ] = KEY_1, /* '1' */ [ 0x02 ] = KEY_2, /* '2' */ [ 0x03 ] = KEY_3, /* '3' */ @@ -331,7 +331,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) case CX88_BOARD_WINFAST2000XP_EXPERT: ir_codes = ir_codes_winfast; ir->gpio_addr = MO_GP0_IO; - ir->mask_keycode = 0x8f8; + ir->mask_keycode = 0x8f8; ir->mask_keyup = 0x100; ir->polling = 1; // ms break; @@ -345,7 +345,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: ir_codes = ir_codes_pixelview; ir->gpio_addr = MO_GP1_IO; - ir->mask_keycode = 0x1f; + ir->mask_keycode = 0x1f; ir->mask_keyup = 0x80; ir->polling = 1; // ms break; -- cgit v1.2.3