diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 16:34:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 16:35:29 +0300 |
commit | 3f3c11c3c4654ee7554bb13974e81e13a1ce4757 (patch) | |
tree | c56081968783fb20f766c1320d59fbd1c3d628c4 /Documentation/media | |
parent | 9f577d6db5bf7d76fb9e26894a92fcb4ecb4c832 (diff) | |
download | linux-3f3c11c3c4654ee7554bb13974e81e13a1ce4757.tar.xz |
media: dmx.h documentation: fix a warning
/devel/v4l/patchwork/Documentation/output/dmx.h.rst:6: WARNING: undefined label: dmx_dqbuf (if the link has no caption the label must precede a section header)
This is defined together with DMX_QBUF.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/dmx.h.rst.exceptions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/media/dmx.h.rst.exceptions b/Documentation/media/dmx.h.rst.exceptions index 629db384104a..63f55a9ae2b1 100644 --- a/Documentation/media/dmx.h.rst.exceptions +++ b/Documentation/media/dmx.h.rst.exceptions @@ -54,3 +54,5 @@ ignore symbol DMX_OUT_DECODER ignore symbol DMX_OUT_TAP ignore symbol DMX_OUT_TS_TAP ignore symbol DMX_OUT_TSDEMUX_TAP + +replace ioctl DMX_DQBUF dmx_qbuf |