From: Sakari Ailus Date: Fri, 16 Nov 2012 20:42:12 +0000 (-0300) Subject: [media] v4l: There's no __unsigned X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=fe4abb550f68ace5bbc23030c968c138c6a69759;p=linux-edison.git [media] v4l: There's no __unsigned Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long. Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml index 09e8dcf5e9c..2c4646d504c 100644 --- a/Documentation/DocBook/media/v4l/io.xml +++ b/Documentation/DocBook/media/v4l/io.xml @@ -905,7 +905,7 @@ should set this to 0. - __unsigned long + unsigned long userptr When the memory type in the containing &v4l2-buffer; is V4L2_MEMORY_USERPTR, this is a userspace