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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
c1d7f4f164
commit
de1e575db2
@ -55,7 +55,7 @@ struct video_device
|
||||
char name[32];
|
||||
int vfl_type;
|
||||
int minor;
|
||||
/* attribute to diferentiate multiple indexs on one physical device */
|
||||
/* attribute to differentiate multiple indices on one physical device */
|
||||
int index;
|
||||
|
||||
int debug; /* Activates debug level*/
|
||||
@ -78,7 +78,7 @@ struct video_device
|
||||
void *priv;
|
||||
#endif
|
||||
|
||||
/* for videodev.c intenal usage -- please don't touch */
|
||||
/* for videodev.c internal usage -- please don't touch */
|
||||
int users; /* video_exclusive_{open|close} ... */
|
||||
struct mutex lock; /* ... helper function uses these */
|
||||
};
|
||||
|
Reference in New Issue
Block a user