diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-26 07:37:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 10:07:13 -0400 |
commit | de1e575db21a341b77b296af7dd87f163ebf6020 (patch) | |
tree | 7d1bd535877b567cf21b508279f545751774ac0b /include/media/v4l2-dev.h | |
parent | c1d7f4f1648cb8efd87f1b9560c40af2297e7c05 (diff) |
V4L/DVB (8525): fix a few assorted spelling mistakes.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r-- | include/media/v4l2-dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 21419da44cb6..2745e1afc722 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -55,7 +55,7 @@ struct video_device | |||
55 | char name[32]; | 55 | char name[32]; |
56 | int vfl_type; | 56 | int vfl_type; |
57 | int minor; | 57 | int minor; |
58 | /* attribute to diferentiate multiple indexs on one physical device */ | 58 | /* attribute to differentiate multiple indices on one physical device */ |
59 | int index; | 59 | int index; |
60 | 60 | ||
61 | int debug; /* Activates debug level*/ | 61 | int debug; /* Activates debug level*/ |
@@ -78,7 +78,7 @@ struct video_device | |||
78 | void *priv; | 78 | void *priv; |
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | /* for videodev.c intenal usage -- please don't touch */ | 81 | /* for videodev.c internal usage -- please don't touch */ |
82 | int users; /* video_exclusive_{open|close} ... */ | 82 | int users; /* video_exclusive_{open|close} ... */ |
83 | struct mutex lock; /* ... helper function uses these */ | 83 | struct mutex lock; /* ... helper function uses these */ |
84 | }; | 84 | }; |