Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9de2d89 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 16f8306b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Synopsis


.. c:function:: ssize_t read( int fd, void *buf, size_t count )
    :name lirc-read
    :name: lirc-read


Arguments
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Synopsis


.. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
    name: v4l2-poll
    :name: v4l2-poll

Arguments
=========