Commit de1e575d authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

V4L/DVB (8525): fix a few assorted spelling mistakes.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent c1d7f4f1
...@@ -203,7 +203,7 @@ static int __videobuf_iolock (struct videobuf_queue* q, ...@@ -203,7 +203,7 @@ static int __videobuf_iolock (struct videobuf_queue* q,
return 0; return 0;
/* FIXME: to properly support USERPTR, remap should occur. /* FIXME: to properly support USERPTR, remap should occur.
The code bellow won't work, since mem->vma = NULL The code below won't work, since mem->vma = NULL
*/ */
/* Try to remap memory */ /* Try to remap memory */
rc = remap_vmalloc_range(mem->vma, (void *)vb->baddr, 0); rc = remap_vmalloc_range(mem->vma, (void *)vb->baddr, 0);
......
...@@ -55,7 +55,7 @@ struct video_device ...@@ -55,7 +55,7 @@ struct video_device
char name[32]; char name[32];
int vfl_type; int vfl_type;
int minor; int minor;
/* attribute to diferentiate multiple indexs on one physical device */ /* attribute to differentiate multiple indices on one physical device */
int index; int index;
int debug; /* Activates debug level*/ int debug; /* Activates debug level*/
...@@ -78,7 +78,7 @@ struct video_device ...@@ -78,7 +78,7 @@ struct video_device
void *priv; void *priv;
#endif #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} ... */ int users; /* video_exclusive_{open|close} ... */
struct mutex lock; /* ... helper function uses these */ struct mutex lock; /* ... helper function uses these */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment