1. 04 7月, 2016 7 次提交
    • M
      doc-rst: vidioc-g-edid remove a duplicate declaration · 1021f6bf
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      1021f6bf
    • M
      doc-rst: fe_property_parameters: improve descriptions · ef990c27
      Mauro Carvalho Chehab 提交于
      The asterisks cause parsing warnings with Sphinx:
      	Documentation/linux_tv/media/dvb/fe_property_parameters:954: WARNING: Inline substitution_reference start-string without end-string.
      	/devel/v4l/patchwork/Documentation/linux_tv/media/dvb/fe_property_parameters:993: WARNING: Inline emphasis start-string without end-string.
      
      On the first warning, the ISDB-T layer enabled description is a
      kind of ackward. Improve it.
      
      For the second one, IMHO, it is clearer to use [A-C], as it
      shows what are the real possibilities, than using asterisk.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      ef990c27
    • M
      doc-rst: linux_tv: fix some warnings due to '*' · 08047562
      Mauro Carvalho Chehab 提交于
      Unescaped * causes warnings on Sphinx.
      
      Add an escape at hist-v4l2 occurrences.
      
      At libv4l-introduction, the best is do declare the function
      prototypes as C code.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      08047562
    • M
      doc-rst: fdl-appendix: Fix formatting issues · e4aadf72
      Mauro Carvalho Chehab 提交于
      The conversion didn't add blank lines where needed, but it
      added were it weren't ;)
      
      Fix it, to make it to parse correctly by Sphinx. This also
      fixes a bunch or warnings:
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:44: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:52: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:58: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:71: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:78: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:84: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix:107: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      e4aadf72
    • M
      doc-rst: pixfmt-007: Fix formula parsing · 7f1bd7cd
      Mauro Carvalho Chehab 提交于
      There are lots of warnings there:
      
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:74: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:89: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:168: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:183: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:206: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:216: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:292: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:308: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:393: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:478: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:657: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:735: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:746: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:822: ERROR: Unexpected indentation.
      /devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007:833: ERROR: Unexpected indentation.
      
      Also, sometimes the :sup: tag was ignored. Fix it.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      7f1bd7cd
    • M
      doc-rst: linux_tv: Fix remaining undefined references · ac4141ce
      Mauro Carvalho Chehab 提交于
      Fix Sphinx those warnings:
      	WARNING: undefined label: fdl-modified>`as given on the :ref:`title page <fdl-title-page (if the link has no caption the label must precede a section header)
      	WARNING: undefined label: v4l2-pix-fmt-yuv420 (if the link has no caption the label must precede a section $
      	WARNING: undefined label: pixfmt-srggb10 (if the link has no caption the label must precede a section heade$
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      ac4141ce
    • M
      doc-rst: linux_tv: use references for structures · acf309a2
      Mauro Carvalho Chehab 提交于
      On several places, instead of using references, the code was
      using some other tag. Not sure if this was due to the conversion,
      or if something were already wrong on the DocBook. In any case,
      let's fix them.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      acf309a2
  2. 03 7月, 2016 15 次提交
  3. 02 7月, 2016 12 次提交
  4. 01 7月, 2016 6 次提交