Fix common misspellings
[linux-block.git] / drivers / media / video / gspca / mars.c
index a81536e78698bbb41eda812e8689735198cdbc73..0196209a948a879846fcbb660b11a0fe91feddc0 100644 (file)
@@ -361,7 +361,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
                mi_w(gspca_dev, i + 1, mi_data[i]);
 
        data[0] = 0x00;
-       data[1] = 0x4d;         /* ISOC transfering enable... */
+       data[1] = 0x4d;         /* ISOC transferring enable... */
        reg_w(gspca_dev, 2);
 
        gspca_dev->ctrl_inac = 0; /* activate the illuminator controls */
@@ -490,7 +490,7 @@ static const struct sd_desc sd_desc = {
 };
 
 /* -- module initialisation -- */
-static const __devinitdata struct usb_device_id device_table[] = {
+static const struct usb_device_id device_table[] = {
        {USB_DEVICE(0x093a, 0x050f)},
        {}
 };