Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82783
b: refs/heads/master
c: c84e603
h: refs/heads/master
i:
  82781: e85da06
  82779: ad7114b
  82775: ba33490
  82767: eeb10e8
  82751: f2c04f1
v: v3
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent 4ff5ffb commit dbdfdd6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f18816ba20655deb3227da0600d5c34201467993
refs/heads/master: c84e6036ba7177a404cc860cb5a440e06fad92dd
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/saa7146_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent
}
dev->revision &= 0xf;

/* remap the memory from virtual to physical adress */
/* remap the memory from virtual to physical address */

err = pci_request_region(pci, 0, "saa7146");
if (err < 0)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ static void dvb_net_ule( struct net_device *dev, const u8 *buf, size_t buf_len )
drop = 1;
/* else: destination address matches the MAC address of our receiver device */
}
/* else: promiscious mode; pass everything up the stack */
/* else: promiscuous mode; pass everything up the stack */

if (drop) {
#ifdef ULE_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/bt8xx/bttv-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/indycam.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static int indycam_attach(struct i2c_adapter *adap, int addr, int kind)
// initialize
err = indycam_write_block(client, 0, sizeof(initseq), (u8 *)&initseq);
if (err) {
printk(KERN_ERR "IndyCam initalization failed\n");
printk(KERN_ERR "IndyCam initialization failed\n");
err = -EIO;
goto out_detach_client;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/mt20xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static struct dvb_tuner_ops mt2032_tuner_ops = {
.get_frequency = microtune_get_frequency,
};

// Initalization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001
// Initialization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001
static int mt2032_init(struct dvb_frontend *fe)
{
struct microtune_priv *priv = fe->tuner_priv;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pvrusb2/pvrusb2.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
might want to increase this - however the driver operation will not
be impaired if it is too small. Instead additional units just
won't have an ID assigned and it might not be possible to specify
module paramters for those extra units. */
module parameters for those extra units. */
#define PVR_NUM 20

#endif /* __PVRUSB2_H */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tea6420.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int tea6420_switch(struct i2c_client *client, int i, int o, int g)

dprintk("adr:0x%02x, i:%d, o:%d, g:%d\n", client->addr, i, o, g);

/* check if the paramters are valid */
/* check if the parameters are valid */
if (i < 1 || i > 6 || o < 1 || o > 4 || g < 0 || g > 6 || g % 2 != 0)
return -1;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvideo/quickcam_messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b)
unsigned int p;

/*
the registers controling gain are 8 bit of which
the registers controlling gain are 8 bit of which
we affect only the last 4 bits with our gain.
we know that if saturation is 0, (unsaturated) then
we're grayscale (center axis of the colour cone) so
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvision/usbvision-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static struct usbvision_v4l2_format_st usbvision_v4l2_format[] = {
/* Function prototypes */
static void usbvision_release(struct usb_usbvision *usbvision);

/* Default initalization of device driver parameters */
/* Default initialization of device driver parameters */
/* Set the default format for ISOC endpoint */
static int isocMode = ISOC_MODE_COMPRESS;
/* Set the default Debug Mode of the device driver */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/vpx3220.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ vpx3220_init_client (struct i2c_client *client)
}

/* -----------------------------------------------------------------------
* Client managment code
* Client management code
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ zoran_setup_videocodec (struct zoran *zr,
}

/*
* Scan for a Buz card (actually for the PCI contoler ZR36057),
* Scan for a Buz card (actually for the PCI controller ZR36057),
* request the irq and map the io memory
*/
static int __devinit
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zr36050.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ zr36050_wait_end (struct zr36050 *ptr)
udelay(1);
if (i++ > 200000) { // 200ms, there is for sure something wrong!!!
dprintk(1,
"%s: timout at wait_end (last status: 0x%02x)\n",
"%s: timeout at wait_end (last status: 0x%02x)\n",
ptr->name, ptr->status1);
break;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zr36060.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ zr36060_wait_end (struct zr36060 *ptr)
udelay(1);
if (i++ > 200000) { // 200ms, there is for sure something wrong!!!
dprintk(1,
"%s: timout at wait_end (last status: 0x%02x)\n",
"%s: timeout at wait_end (last status: 0x%02x)\n",
ptr->name, ptr->status);
break;
}
Expand Down

0 comments on commit dbdfdd6

Please sign in to comment.