summaryrefslogtreecommitdiff
path: root/Documentation/video4linux/videobuf
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.lad@ti.com>2012-09-14 08:17:52 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-25 11:41:30 (GMT)
commit83c735379b41a8c07af6a81140e071e87b95dd11 (patch)
tree6ede62a1f0d05623fc5170d860a3b4cb823ccb4e /Documentation/video4linux/videobuf
parentf9040ef3fab8f6f5f6fced5583203695d08efde3 (diff)
downloadlinux-83c735379b41a8c07af6a81140e071e87b95dd11.tar.xz
[media] v4l: Documentation: change path of video drivers
due to structure change for video drivers, change the description with correct path. Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/video4linux/videobuf')
-rw-r--r--Documentation/video4linux/videobuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/videobuf b/Documentation/video4linux/videobuf
index 1d00d7f..3ffe9e9 100644
--- a/Documentation/video4linux/videobuf
+++ b/Documentation/video4linux/videobuf
@@ -349,7 +349,7 @@ again.
Developers who are interested in more information can go into the relevant
header files; there are a few low-level functions declared there which have
not been talked about here. Also worthwhile is the vivi driver
-(drivers/media/video/vivi.c), which is maintained as an example of how V4L2
+(drivers/media/platform/vivi.c), which is maintained as an example of how V4L2
drivers should be written. Vivi only uses the vmalloc() API, but it's good
enough to get started with. Note also that all of these calls are exported
GPL-only, so they will not be available to non-GPL kernel modules.