diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-26 23:29:22 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 15:25:20 +0300 |
commit | 55d4423a2d0bb54386f3a4ee51dabffb5d2a3394 (patch) | |
tree | 6843b59c7de3c222c0cfe3239a2d79bac7cb1548 /Documentation/DocBook/media/dvb/dvbproperty.xml | |
parent | 3246c385f3cb58974128835c070b2bdd85bd251d (diff) | |
download | linux-55d4423a2d0bb54386f3a4ee51dabffb5d2a3394.tar.xz |
[media] DocBook: Fix false positive undefined ioctl references
The new code that detects undocumented ioctls hits some false
positives:
This one is not documented, nor it should, as this is
there just to reserve namespace:
Warning: can't find reference for VIDIOC_RESERVED ioctl
But those are already documented together with other ioctls:
Warning: can't find reference for VIDIOC_UNSUBSCRIBE_EVENT ioctl
Warning: can't find reference for FE_GET_PROPERTY ioctl
Warning: can't find reference for VIDIOC_SUBDEV_G_EDID ioctl
Warning: can't find reference for VIDIOC_SUBDEV_S_EDID ioctl
Warning: can't find reference for VIDIOC_SUBDEV_S_DV_TIMINGS ioctl
Warning: can't find reference for VIDIOC_SUBDEV_G_DV_TIMINGS ioctl
Warning: can't find reference for VIDIOC_SUBDEV_QUERY_DV_TIMINGS ioctl
So, we need to just be sure to point to the right documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/dvbproperty.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbproperty.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index bb86a74ed7fe..48faf5089675 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -1255,7 +1255,8 @@ enum fe_interleaving { </refmeta> <refnamediv> - <refname>FE_SET_PROPERTY and FE_GET_PROPERTY</refname> + <refname>FE_SET_PROPERTY</refname> + <refname>FE_GET_PROPERTY</refname> <refpurpose>FE_SET_PROPERTY sets one or more frontend properties. FE_GET_PROPERTY returns one or more frontend properties.</refpurpose> </refnamediv> |