V4L/DVB: videobuf: Rename vmalloc fields to vaddr

The videobuf_dmabuf and videobuf_vmalloc_memory fields have a vmalloc
field to store the kernel virtual address of vmalloc'ed buffers. Rename
the field to vaddr.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Laurent Pinchart
2010-05-11 10:36:34 -03:00
committed by Mauro Carvalho Chehab
parent 959794ddc0
commit bb6dbe7480
7 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
struct videobuf_vmalloc_memory {
u32 magic;
void *vmalloc;
void *vaddr;
/* remap_vmalloc_range seems to need to run
* after mmap() on some cases */