diff options
Diffstat (limited to 'Documentation/video4linux/videobuf')
-rw-r--r-- | Documentation/video4linux/videobuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/videobuf b/Documentation/video4linux/videobuf index 1d00d7f15b8f..3ffe9e960b6f 100644 --- a/Documentation/video4linux/videobuf +++ b/Documentation/video4linux/videobuf | |||
@@ -349,7 +349,7 @@ again. | |||
349 | Developers who are interested in more information can go into the relevant | 349 | Developers who are interested in more information can go into the relevant |
350 | header files; there are a few low-level functions declared there which have | 350 | header files; there are a few low-level functions declared there which have |
351 | not been talked about here. Also worthwhile is the vivi driver | 351 | not been talked about here. Also worthwhile is the vivi driver |
352 | (drivers/media/video/vivi.c), which is maintained as an example of how V4L2 | 352 | (drivers/media/platform/vivi.c), which is maintained as an example of how V4L2 |
353 | drivers should be written. Vivi only uses the vmalloc() API, but it's good | 353 | drivers should be written. Vivi only uses the vmalloc() API, but it's good |
354 | enough to get started with. Note also that all of these calls are exported | 354 | enough to get started with. Note also that all of these calls are exported |
355 | GPL-only, so they will not be available to non-GPL kernel modules. | 355 | GPL-only, so they will not be available to non-GPL kernel modules. |