Skip to content

Commit

Permalink
[media] gspca - kinect: fix a typo s/steram/stream/
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Drew Fisher authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent bb06646 commit 3fabe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/kinect.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct cam_hdr {
struct sd {
struct gspca_dev gspca_dev; /* !! must be the first item */
uint16_t cam_tag; /* a sequence number for packets */
uint8_t stream_flag; /* to identify different steram types */
uint8_t stream_flag; /* to identify different stream types */
uint8_t obuf[0x400]; /* output buffer for control commands */
uint8_t ibuf[0x200]; /* input buffer for control commands */
};
Expand Down

0 comments on commit 3fabe8f

Please sign in to comment.