···388388 }389389 dev->revision &= 0xf;390390391391- /* remap the memory from virtual to physical adress */391391+ /* remap the memory from virtual to physical address */392392393393 err = pci_request_region(pci, 0, "saa7146");394394 if (err < 0)
+1-1
drivers/media/dvb/dvb-core/dvb_net.c
···681681 drop = 1;682682 /* else: destination address matches the MAC address of our receiver device */683683 }684684- /* else: promiscious mode; pass everything up the stack */684684+ /* else: promiscuous mode; pass everything up the stack */685685686686 if (drop) {687687#ifdef ULE_DEBUG
···369369 .get_frequency = microtune_get_frequency,370370};371371372372-// Initalization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001372372+// Initialization as described in "MT203x Programming Procedures", Rev 1.2, Feb.2001373373static int mt2032_init(struct dvb_frontend *fe)374374{375375 struct microtune_priv *priv = fe->tuner_priv;
+1-1
drivers/media/video/pvrusb2/pvrusb2.h
···2727 might want to increase this - however the driver operation will not2828 be impaired if it is too small. Instead additional units just2929 won't have an ID assigned and it might not be possible to specify3030- module paramters for those extra units. */3030+ module parameters for those extra units. */3131#define PVR_NUM 2032323333#endif /* __PVRUSB2_H */
+1-1
drivers/media/video/tea6420.c
···57575858 dprintk("adr:0x%02x, i:%d, o:%d, g:%d\n", client->addr, i, o, g);59596060- /* check if the paramters are valid */6060+ /* check if the parameters are valid */6161 if (i < 1 || i > 6 || o < 1 || o > 4 || g < 0 || g > 6 || g % 2 != 0)6262 return -1;6363
+1-1
drivers/media/video/usbvideo/quickcam_messenger.c
···258258 unsigned int p;259259260260 /*261261- the registers controling gain are 8 bit of which261261+ the registers controlling gain are 8 bit of which262262 we affect only the last 4 bits with our gain.263263 we know that if saturation is 0, (unsaturated) then264264 we're grayscale (center axis of the colour cone) so
+1-1
drivers/media/video/usbvision/usbvision-video.c
···131131/* Function prototypes */132132static void usbvision_release(struct usb_usbvision *usbvision);133133134134-/* Default initalization of device driver parameters */134134+/* Default initialization of device driver parameters */135135/* Set the default format for ISOC endpoint */136136static int isocMode = ISOC_MODE_COMPRESS;137137/* Set the default Debug Mode of the device driver */
···12701270}1271127112721272/*12731273- * Scan for a Buz card (actually for the PCI contoler ZR36057),12731273+ * Scan for a Buz card (actually for the PCI controller ZR36057),12741274 * request the irq and map the io memory12751275 */12761276static int __devinit
+1-1
drivers/media/video/zr36050.c
···161161 udelay(1);162162 if (i++ > 200000) { // 200ms, there is for sure something wrong!!!163163 dprintk(1,164164- "%s: timout at wait_end (last status: 0x%02x)\n",164164+ "%s: timeout at wait_end (last status: 0x%02x)\n",165165 ptr->name, ptr->status1);166166 break;167167 }
+1-1
drivers/media/video/zr36060.c
···163163 udelay(1);164164 if (i++ > 200000) { // 200ms, there is for sure something wrong!!!165165 dprintk(1,166166- "%s: timout at wait_end (last status: 0x%02x)\n",166166+ "%s: timeout at wait_end (last status: 0x%02x)\n",167167 ptr->name, ptr->status);168168 break;169169 }