Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Drew Fisher and committed by
Mauro Carvalho Chehab
3fabe8f4 bb066467

+1 -1
+1 -1
drivers/media/video/gspca/kinect.c
··· 61 61 struct sd { 62 62 struct gspca_dev gspca_dev; /* !! must be the first item */ 63 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 65 uint8_t obuf[0x400]; /* output buffer for control commands */ 66 66 uint8_t ibuf[0x200]; /* input buffer for control commands */ 67 67 };