Fix occurrences of "the the "
[deliverable/linux.git] / drivers / media / video / em28xx / em28xx-video.c
index bec67609500fd1b1d34dbc6ac2d675af651f4169..2c7b158ce7e1bdbf9af1826701a9780ba6a3aa58 100644 (file)
@@ -1729,7 +1729,7 @@ static int em28xx_usb_probe(struct usb_interface *interface,
 
        endpoint = &interface->cur_altsetting->endpoint[1].desc;
 
-       /* check if the the device has the iso in endpoint at the correct place */
+       /* check if the device has the iso in endpoint at the correct place */
        if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) !=
            USB_ENDPOINT_XFER_ISOC) {
                em28xx_err(DRIVER_NAME " probing error: endpoint is non-ISO endpoint!\n");
This page took 0.048373 seconds and 5 git commands to generate.