Commit 63eea279 authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] v4l: bttv whitespace cleanup

The patch just removes all trailing whitespaces, there are no actual code
changes.  I've a script to remove them from my sources now, that should kill
those no-op whitespace changes in my patches after merging this initial
cleanup.
Signed-off-by: default avatarGerd Knorr <kraxel@bytesex.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 026ff433
/* /*
$Id: btcx-risc.c,v 1.2 2004/09/15 16:15:24 kraxel Exp $ $Id: btcx-risc.c,v 1.3 2004/10/13 10:39:00 kraxel Exp $
btcx-risc.c btcx-risc.c
......
/* /*
$Id: bttv-cards.c,v 1.28 2004/10/06 13:45:14 kraxel Exp $ $Id: bttv-cards.c,v 1.29 2004/10/13 10:39:00 kraxel Exp $
bttv-cards.c bttv-cards.c
...@@ -4153,7 +4153,7 @@ void __devinit bttv_check_chipset(void) ...@@ -4153,7 +4153,7 @@ void __devinit bttv_check_chipset(void)
#if 0 #if 0
/* print which chipset we have */ /* print which chipset we have */
while ((dev = pci_get_class(PCI_CLASS_BRIDGE_HOST << 8,dev))) while ((dev = pci_find_class(PCI_CLASS_BRIDGE_HOST << 8,dev)))
printk(KERN_INFO "bttv: Host bridge is %s\n",pci_name(dev)); printk(KERN_INFO "bttv: Host bridge is %s\n",pci_name(dev));
#endif #endif
...@@ -4172,7 +4172,7 @@ void __devinit bttv_check_chipset(void) ...@@ -4172,7 +4172,7 @@ void __devinit bttv_check_chipset(void)
if (UNSET != latency) if (UNSET != latency)
printk(KERN_INFO "bttv: pci latency fixup [%d]\n",latency); printk(KERN_INFO "bttv: pci latency fixup [%d]\n",latency);
while ((dev = pci_get_device(PCI_VENDOR_ID_INTEL, while ((dev = pci_find_device(PCI_VENDOR_ID_INTEL,
PCI_DEVICE_ID_INTEL_82441, dev))) { PCI_DEVICE_ID_INTEL_82441, dev))) {
unsigned char b; unsigned char b;
pci_read_config_byte(dev, 0x53, &b); pci_read_config_byte(dev, 0x53, &b);
......
/* /*
$Id: bttv-driver.c,v 1.22 2004/10/12 07:33:22 kraxel Exp $ $Id: bttv-driver.c,v 1.23 2004/10/13 10:39:00 kraxel Exp $
bttv - Bt848 frame grabber driver bttv - Bt848 frame grabber driver
...@@ -1574,7 +1574,6 @@ int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg) ...@@ -1574,7 +1574,6 @@ int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg)
return 0; return 0;
} }
bttv_call_i2c_clients(btv,cmd,v);
btv->tvnorm = v->norm; btv->tvnorm = v->norm;
set_input(btv,v->channel); set_input(btv,v->channel);
up(&btv->lock); up(&btv->lock);
......
/* /*
$Id: bttv-gpio.c,v 1.3 2004/09/15 16:15:24 kraxel Exp $ $Id: bttv-gpio.c,v 1.4 2004/10/13 10:39:00 kraxel Exp $
bttv-gpio.c -- gpio sub drivers bttv-gpio.c -- gpio sub drivers
......
/* /*
$Id: bttv-i2c.c,v 1.10 2004/10/06 17:30:51 kraxel Exp $ $Id: bttv-i2c.c,v 1.11 2004/10/13 10:39:00 kraxel Exp $
bttv-i2c.c -- all the i2c code is here bttv-i2c.c -- all the i2c code is here
......
/* /*
$Id: bttv-if.c,v 1.2 2004/09/15 16:15:24 kraxel Exp $ $Id: bttv-if.c,v 1.3 2004/10/13 10:39:00 kraxel Exp $
bttv-if.c -- old gpio interface to other kernel modules bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7 don't use in new code, will go away in 2.7
......
/* /*
$Id: bttv-risc.c,v 1.8 2004/10/06 17:30:51 kraxel Exp $ $Id: bttv-risc.c,v 1.9 2004/10/13 10:39:00 kraxel Exp $
bttv-risc.c -- interfaces to other kernel modules bttv-risc.c -- interfaces to other kernel modules
......
/* /*
$Id: bttv-vbi.c,v 1.5 2004/10/06 17:30:51 kraxel Exp $ $Id: bttv-vbi.c,v 1.6 2004/10/13 10:39:00 kraxel Exp $
bttv - Bt848 frame grabber driver bttv - Bt848 frame grabber driver
vbi interface vbi interface
......
/* /*
* $Id: bttv.h,v 1.9 2004/09/15 16:15:24 kraxel Exp $ * $Id: bttv.h,v 1.10 2004/10/13 10:39:00 kraxel Exp $
* *
* bttv - Bt848 frame grabber driver * bttv - Bt848 frame grabber driver
* *
......
/* /*
$Id: bttvp.h,v 1.10 2004/10/06 17:30:51 kraxel Exp $ $Id: bttvp.h,v 1.11 2004/10/13 10:39:00 kraxel Exp $
bttv - Bt848 frame grabber driver bttv - Bt848 frame grabber driver
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment