From: Hans Verkuil Date: Sun, 28 Mar 2010 11:18:37 +0000 (-0300) Subject: V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr X-Git-Tag: v2.6.35-rc1~480^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037c75eb14cd6adb837f81f0c2b2a52c31c91e69;p=pandora-kernel.git V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr Rename the .vmalloc op in struct videobuf_qtype_ops to .vaddr. This op returns the virtual kernel address of a buffer. vaddr is a lot less confusing than vmalloc since this callback does do any allocations. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed