aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2010-12-28 05:01:04 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 05:17:19 -0500
commit2bbf53bd176e36d1574eeec53bf710d94703535e (patch)
tree110e3c106acef873c073823eab6215f84c2559ce
parent0aeb5ec74b0a95f1699040f0262a6fd5507d6e8f (diff)
[media] gspca: Bad comment
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/gspca/gspca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h
index 3c8a63bbc172..97b77a26a2eb 100644
--- a/drivers/media/video/gspca/gspca.h
+++ b/drivers/media/video/gspca/gspca.h
@@ -62,7 +62,7 @@ struct gspca_ctrl {
62/* device information - set at probe time */ 62/* device information - set at probe time */
63struct cam { 63struct cam {
64 const struct v4l2_pix_format *cam_mode; /* size nmodes */ 64 const struct v4l2_pix_format *cam_mode; /* size nmodes */
65 const struct framerates *mode_framerates; /* must have size nmode, 65 const struct framerates *mode_framerates; /* must have size nmodes,
66 * just like cam_mode */ 66 * just like cam_mode */
67 struct gspca_ctrl *ctrls; /* control table - size nctrls */ 67 struct gspca_ctrl *ctrls; /* control table - size nctrls */
68 /* may be NULL */ 68 /* may be NULL */