doc-rst: vidioc-g-edid remove a duplicate declaration
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 3 Jul 2016 18:51:23 +0000 (15:51 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 3 Jul 2016 20:47:38 +0000 (17:47 -0300)
The ioctl is declared twice. This causes the following warning:
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/vidioc-g-edid:7:

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/linux_tv/media/v4l/vidioc-g-edid.rst

index b7d56ba0032a92386963816f0a9cf5a78066bf50..26332ceb8b9459eae69610b95ab41c132435639e 100644 (file)
@@ -19,8 +19,6 @@ Synopsis
 
 .. cpp:function:: int ioctl( int fd, int request, struct v4l2_edid *argp )
 
-.. cpp:function:: int ioctl( int fd, int request, struct v4l2_edid *argp )
-
 Arguments
 =========
 
This page took 0.02492 seconds and 5 git commands to generate.