Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/media/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Joe Perches and committed by
Adrian Bunk
c84e6036 f18816ba

+13 -13
+1 -1
drivers/media/common/saa7146_core.c
··· 388 388 } 389 389 dev->revision &= 0xf; 390 390 391 - /* remap the memory from virtual to physical adress */ 391 + /* remap the memory from virtual to physical address */ 392 392 393 393 err = pci_request_region(pci, 0, "saa7146"); 394 394 if (err < 0)
+1 -1
drivers/media/dvb/dvb-core/dvb_net.c
··· 681 681 drop = 1; 682 682 /* else: destination address matches the MAC address of our receiver device */ 683 683 } 684 - /* else: promiscious mode; pass everything up the stack */ 684 + /* else: promiscuous mode; pass everything up the stack */ 685 685 686 686 if (drop) { 687 687 #ifdef ULE_DEBUG
+1 -1
drivers/media/video/bt8xx/bttv-cards.c
··· 4344 4344 gpio_bits(0x200,0x000); 4345 4345 mdelay(1); 4346 4346 4347 - /* create a new conection */ 4347 + /* create a new connection */ 4348 4348 gpio_bits(0x480,0x080); 4349 4349 gpio_bits(0x480,0x480); 4350 4350 mdelay(1);
+1 -1
drivers/media/video/indycam.c
··· 326 326 // initialize 327 327 err = indycam_write_block(client, 0, sizeof(initseq), (u8 *)&initseq); 328 328 if (err) { 329 - printk(KERN_ERR "IndyCam initalization failed\n"); 329 + printk(KERN_ERR "IndyCam initialization failed\n"); 330 330 err = -EIO; 331 331 goto out_detach_client; 332 332 }
+1 -1
drivers/media/video/mt20xx.c
··· 369 369 .get_frequency = microtune_get_frequency, 370 370 }; 371 371 372 - // Initalization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001 372 + // Initialization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001 373 373 static int mt2032_init(struct dvb_frontend *fe) 374 374 { 375 375 struct microtune_priv *priv = fe->tuner_priv;
+1 -1
drivers/media/video/pvrusb2/pvrusb2.h
··· 27 27 might want to increase this - however the driver operation will not 28 28 be impaired if it is too small. Instead additional units just 29 29 won't have an ID assigned and it might not be possible to specify 30 - module paramters for those extra units. */ 30 + module parameters for those extra units. */ 31 31 #define PVR_NUM 20 32 32 33 33 #endif /* __PVRUSB2_H */
+1 -1
drivers/media/video/tea6420.c
··· 57 57 58 58 dprintk("adr:0x%02x, i:%d, o:%d, g:%d\n", client->addr, i, o, g); 59 59 60 - /* check if the paramters are valid */ 60 + /* check if the parameters are valid */ 61 61 if (i < 1 || i > 6 || o < 1 || o > 4 || g < 0 || g > 6 || g % 2 != 0) 62 62 return -1; 63 63
+1 -1
drivers/media/video/usbvideo/quickcam_messenger.c
··· 258 258 unsigned int p; 259 259 260 260 /* 261 - the registers controling gain are 8 bit of which 261 + the registers controlling gain are 8 bit of which 262 262 we affect only the last 4 bits with our gain. 263 263 we know that if saturation is 0, (unsaturated) then 264 264 we're grayscale (center axis of the colour cone) so
+1 -1
drivers/media/video/usbvision/usbvision-video.c
··· 131 131 /* Function prototypes */ 132 132 static void usbvision_release(struct usb_usbvision *usbvision); 133 133 134 - /* Default initalization of device driver parameters */ 134 + /* Default initialization of device driver parameters */ 135 135 /* Set the default format for ISOC endpoint */ 136 136 static int isocMode = ISOC_MODE_COMPRESS; 137 137 /* Set the default Debug Mode of the device driver */
+1 -1
drivers/media/video/vpx3220.c
··· 566 566 } 567 567 568 568 /* ----------------------------------------------------------------------- 569 - * Client managment code 569 + * Client management code 570 570 */ 571 571 572 572 /*
+1 -1
drivers/media/video/zoran_card.c
··· 1270 1270 } 1271 1271 1272 1272 /* 1273 - * Scan for a Buz card (actually for the PCI contoler ZR36057), 1273 + * Scan for a Buz card (actually for the PCI controller ZR36057), 1274 1274 * request the irq and map the io memory 1275 1275 */ 1276 1276 static int __devinit
+1 -1
drivers/media/video/zr36050.c
··· 161 161 udelay(1); 162 162 if (i++ > 200000) { // 200ms, there is for sure something wrong!!! 163 163 dprintk(1, 164 - "%s: timout at wait_end (last status: 0x%02x)\n", 164 + "%s: timeout at wait_end (last status: 0x%02x)\n", 165 165 ptr->name, ptr->status1); 166 166 break; 167 167 }
+1 -1
drivers/media/video/zr36060.c
··· 163 163 udelay(1); 164 164 if (i++ > 200000) { // 200ms, there is for sure something wrong!!! 165 165 dprintk(1, 166 - "%s: timout at wait_end (last status: 0x%02x)\n", 166 + "%s: timeout at wait_end (last status: 0x%02x)\n", 167 167 ptr->name, ptr->status); 168 168 break; 169 169 }