diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-22 14:57:02 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-22 15:05:54 +0300 |
commit | d78757e780f1845dd5c9615169f7401c7d0d1a66 (patch) | |
tree | 995d24c180ea2247c60ba37a56f1f427f4b01497 /Documentation/DocBook | |
parent | 506bb54bdb0898e046e62751d761a5592966a637 (diff) | |
download | linux-d78757e780f1845dd5c9615169f7401c7d0d1a66.tar.xz |
[media] videobuf2-core: Add it to device-drivers DocBook
Most of the stuff at videobuf2-core are ok for adding it to
DocBook.
Two notes here:
1) As videobuf2-core will be soon be changed, better to
not spend too much efforts right now, as things will
change soon;
2) struct vb2_queue has a number of private elements that are
documented. As Kernel nano documentation format handles
"private:" arguments, we need to put them on a separate
comment block or to remove. Keeping the comments is
obviously better ;)
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index 30ba2cf2735a..e636bbd41933 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -234,10 +234,10 @@ X!Isound/sound_firmware.c !Iinclude/media/v4l2-ctrls.h !Iinclude/media/v4l2-event.h !Iinclude/media/v4l2-dv-timings.h +!Iinclude/media/videobuf2-core.h <!-- FIXME: Removed for now due to document generation inconsistency X!Iinclude/media/v4l2-mediabus.h X!Iinclude/media/videobuf2-memops.h -X!Iinclude/media/videobuf2-core.h --> </chapter> |