1. 30 Sep, 2020 3 commits
    • Mauro Carvalho Chehab's avatar
      media: docs: ipu3.rst: rely at automarkup extension · b97d4a1e
      Mauro Carvalho Chehab authored
      There are several :c:type: definitions there, in order to
      do cross-references with the driver's documentation.
      
      Those are broken when docs are built with Sphinx 3.x, as
      it would require :c:struct: instead.
      
      For Sphinx < 3.x, the automarkup.py extension is able to do the
      replacement already, and a future improvement on it should make
      it also work with Sphinx 3.x.
      
      So, get rid of the usage of the :c:type: macro there.
      Reviewed-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      b97d4a1e
    • Mauro Carvalho Chehab's avatar
      media: glossary.rst: use the right case for glossary entries · 1c16b009
      Mauro Carvalho Chehab authored
      Sphinx 3.x is pedantic with glossary entries:
      
          Documentation/userspace-api/media/glossary.rst:17: WARNING: term device driver not found in case sensitive match.made a reference to Device Driver instead.
          Documentation/userspace-api/media/glossary.rst:59: WARNING: term media hardware not found in case sensitive match.made a reference to Media Hardware instead.
          Documentation/userspace-api/media/glossary.rst:59: WARNING: term IP block not found in case sensitive match.made a reference to IP Block instead.
          Documentation/userspace-api/media/glossary.rst:64: WARNING: term hardware component not found in case sensitive match.made a reference to Hardware Component instead.
          Documentation/userspace-api/media/glossary.rst:64: WARNING: term ip block not found in case sensitive match.made a reference to IP Block instead.
          Documentation/userspace-api/media/glossary.rst:70: WARNING: term peripheral not found in case sensitive match.made a reference to Peripheral instead.
          Documentation/userspace-api/media/glossary.rst:130: WARNING: term V4L2 hardware not found in case sensitive match.made a reference to V4L2 Hardware instead.
          Documentation/userspace-api/media/glossary.rst:151: WARNING: term hardware peripheral not found in case sensitive match.made a reference to Hardware Peripheral instead.
          Documentation/userspace-api/media/glossary.rst:183: WARNING: term device node not found in case sensitive match.made a reference to Device Node instead.
          Documentation/userspace-api/media/glossary.rst:191: WARNING: term bridge driver not found in case sensitive match.made a reference to Bridge Driver instead.
      
      While it works with case-insensitive entires, it complains.
      
      Let's fix it, in order to cleanup the warnings. Also, I won't
      doubt that a later change on Sphinx will end breaking support
      for it.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      1c16b009
    • Mauro Carvalho Chehab's avatar
      media: camera-sensor.rst: fix a doc build warning · 6fcadfc7
      Mauro Carvalho Chehab authored
      	Documentation/driver-api/media/camera-sensor.rst:123: WARNING: Inline literal start-string without end-string.
      
      There's a missing blank space over there.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      6fcadfc7
  2. 27 Sep, 2020 37 commits