diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-08 08:14:10 -0300 | 
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 09:58:26 -0300 | 
| commit | e9de2d89a7e48c777254780502c16157e1740587 (patch) | |
| tree | 60dca210ceb18fde9135b98f3873584ea7f9456e /Documentation/media | |
| parent | 16f8306b349742ae2bd4f938cc03de4552e62d6e (diff) | |
[media] docs-rst: fix two wrong :name: tags
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>
Diffstat (limited to 'Documentation/media')
| -rw-r--r-- | Documentation/media/uapi/rc/lirc-read.rst | 2 | ||||
| -rw-r--r-- | Documentation/media/uapi/v4l/func-poll.rst | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/Documentation/media/uapi/rc/lirc-read.rst b/Documentation/media/uapi/rc/lirc-read.rst index 62bd3d8c9c67..4c678f60e872 100644 --- a/Documentation/media/uapi/rc/lirc-read.rst +++ b/Documentation/media/uapi/rc/lirc-read.rst @@ -21,7 +21,7 @@ Synopsis  .. c:function:: ssize_t read( int fd, void *buf, size_t count ) -    :name lirc-read +    :name: lirc-read  Arguments diff --git a/Documentation/media/uapi/v4l/func-poll.rst b/Documentation/media/uapi/v4l/func-poll.rst index 186cd61b6cd1..d0432dc09b05 100644 --- a/Documentation/media/uapi/v4l/func-poll.rst +++ b/Documentation/media/uapi/v4l/func-poll.rst @@ -21,7 +21,7 @@ Synopsis  .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout ) -    name: v4l2-poll +    :name: v4l2-poll  Arguments  ========= | 
