Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c84e6036 authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk
Browse files

drivers/media/: Spelling fixes



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent f18816ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
+1 −1
Original line number Diff line number Diff line
@@ -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;
Loading