summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/ov534.c
diff options
context:
space:
mode:
authorAntonio Ospite2008-12-14 09:41:56 +0100
committerMauro Carvalho Chehab2008-12-30 12:39:04 +0100
commit15e3209a30c1b4dd52e937388fb3969d06dc33ec (patch)
treeb6cdc514804d625370b66d015007acae8e3942a2 /drivers/media/video/gspca/ov534.c
parentV4L/DVB (9880): gspca - vc032x: Add V&H flips and sharpness controls for sens... (diff)
downloadkernel-qcow2-linux-15e3209a30c1b4dd52e937388fb3969d06dc33ec.tar.gz
kernel-qcow2-linux-15e3209a30c1b4dd52e937388fb3969d06dc33ec.tar.xz
kernel-qcow2-linux-15e3209a30c1b4dd52e937388fb3969d06dc33ec.zip
V4L/DVB (9882): gspca - ov534: Fix typo.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/ov534.c')
-rw-r--r--drivers/media/video/gspca/ov534.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index cd5c302d6990..edcd92557c87 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -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. */