aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDrew Fisher <drew.m.fisher@gmail.com>2011-04-21 05:51:35 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 08:30:58 -0400
commit3fabe8f49e091dc3d8de507e674adbc0e749376a (patch)
tree9b82b62b4a2ca1106ec2d2bd05813771412340bc /drivers
parentbb066467aa1af2d45ffbfcbba32c0bde201c8eb4 (diff)
[media] gspca - kinect: fix a typo s/steram/stream/
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/kinect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c
index 79c4ef520ee..b4f9e2b41d9 100644
--- a/drivers/media/video/gspca/kinect.c
+++ b/drivers/media/video/gspca/kinect.c
@@ -61,7 +61,7 @@ struct cam_hdr {
61struct sd { 61struct sd {
62 struct gspca_dev gspca_dev; /* !! must be the first item */ 62 struct gspca_dev gspca_dev; /* !! must be the first item */
63 uint16_t cam_tag; /* a sequence number for packets */ 63 uint16_t cam_tag; /* a sequence number for packets */
64 uint8_t stream_flag; /* to identify different steram types */ 64 uint8_t stream_flag; /* to identify different stream types */
65 uint8_t obuf[0x400]; /* output buffer for control commands */ 65 uint8_t obuf[0x400]; /* output buffer for control commands */
66 uint8_t ibuf[0x200]; /* input buffer for control commands */ 66 uint8_t ibuf[0x200]; /* input buffer for control commands */
67}; 67};