[media] docs-rst: fix two wrong :name: tags
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Sep 2016 11:14:10 +0000 (08:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 12:58:26 +0000 (09:58 -0300)
There's a typo there, causing 4 warnings:

  Documentation/media/uapi/rc/lirc-read.rst:26: WARNING: c:type reference target not found: name
  Documentation/media/uapi/rc/lirc-read.rst:26: WARNING: c:type reference target not found: lirc
  Documentation/media/uapi/v4l/func-poll.rst:25: WARNING: c:type reference target not found: name
  Documentation/media/uapi/v4l/func-poll.rst:25: WARNING: c:type reference target not found: v4l2

 Fix them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/rc/lirc-read.rst
Documentation/media/uapi/v4l/func-poll.rst

index 62bd3d8..4c678f6 100644 (file)
@@ -21,7 +21,7 @@ Synopsis
 
 
 .. c:function:: ssize_t read( int fd, void *buf, size_t count )
-    :name lirc-read
+    :name: lirc-read
 
 
 Arguments
index 186cd61..d0432dc 100644 (file)
@@ -21,7 +21,7 @@ Synopsis
 
 
 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
-    name: v4l2-poll
+    :name: v4l2-poll
 
 Arguments
 =========