V4L/DVB (9882): gspca - ov534: Fix typo.
authorAntonio Ospite <[email protected]>
Sun, 14 Dec 2008 08:41:56 +0000 (05:41 -0300)
committerMauro Carvalho Chehab <[email protected]>
Tue, 30 Dec 2008 11:39:04 +0000 (09:39 -0200)
Signed-off-by: Antonio Ospite <[email protected]>
Signed-off-by: Jean-Francois Moine <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/gspca/ov534.c

index cd5c302d6990ee61be74e344feb5e1400e27638f..edcd92557c87a6587cf99db68d4f76d70a43e660 100644 (file)
@@ -421,7 +421,7 @@ scan_next:
        remaining_len -= len;
        next_data += len;
 
-       /* Payloads are prefixed with a the UVC-style header.  We
+       /* Payloads are prefixed with a UVC-style header.  We
           consider a frame to start when the FID toggles, or the PTS
           changes.  A frame ends when EOF is set, and we've received
           the correct number of bytes. */