summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/jpeg.h')
-rw-r--r--drivers/media/video/gspca/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/jpeg.h b/drivers/media/video/gspca/jpeg.h
index c4087c0ebc46..d823b47bd4e6 100644
--- a/drivers/media/video/gspca/jpeg.h
+++ b/drivers/media/video/gspca/jpeg.h
@@ -265,7 +265,7 @@ static unsigned char eoh[] = {
0x02, 0x11, 0x01, /* samples CbCr - quant CbCr */
0x03, 0x11, 0x01,
- 0xff, 0xda, 0x00, 0x0c, /* SOS (start of scan */
+ 0xff, 0xda, 0x00, 0x0c, /* SOS (start of scan) */
0x03, 0x01, 0x00, 0x02, 0x11, 0x03, 0x11, 0x00, 0x3f, 0x00
};
#endif