From: Nicolas THERY Date: Fri, 26 Oct 2012 12:01:55 +0000 (-0300) Subject: [media] Documentation: fix outdated statement re. v4l2 X-Git-Tag: v3.9-rc5~2^2~574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f818b358dc94c845490dfc8a9771492e5311fe9e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [media] Documentation: fix outdated statement re. v4l2 Fix tense used for describing struct v4l2_fh as it has been added a while ago. Signed-off-by: Nicolas Thery Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index 32bfe92..0a1ef67 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt @@ -68,8 +68,7 @@ Structure of the framework The framework closely resembles the driver structure: it has a v4l2_device struct for the device instance data, a v4l2_subdev struct to refer to sub-device instances, the video_device struct stores V4L2 device node data -and in the future a v4l2_fh struct will keep track of filehandle instances -(this is not yet implemented). +and the v4l2_fh struct keeps track of filehandle instances. The V4L2 framework also optionally integrates with the media framework. If a driver sets the struct v4l2_device mdev field, sub-devices and video nodes