media: imx7.rst: Fix ReST syntax
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 20:55:23 +0000 (15:55 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 20:55:23 +0000 (15:55 -0500)
commit3fecc49e0dd82cdec8ac18ff53c7a4d4baedb508
treedb13187fd19b08a21401ef0173d5a2d518dae0af
parentfa88fbdafb4a27185eed01bfa49844a18d47a529
media: imx7.rst: Fix ReST syntax

Sphinx didn't like the code-blocks on this file:

Documentation/media/v4l-drivers/imx7.rst:19: WARNING: Inline substitution_reference start-string without end-string.
Documentation/media/v4l-drivers/imx7.rst:20: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/media/v4l-drivers/imx7.rst:27: WARNING: Inline substitution_reference start-string without end-string.
Documentation/media/v4l-drivers/imx7.rst:79: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 26 supplied.

.. code-block:: none
   # Setup links
<snip/>
   media-ctl -V "'csi':0 [fmt:SBGGR10_1X10/800x600 field:none]"
Documentation/media/v4l-drivers/imx7.rst:96: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 9 supplied.

.. code-block:: none
<snip/>.
                    -> "imx7-mipi-csis.0":0 [ENABLED]

Fix them, in order to match the expected syntax for code blocks.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/media/v4l-drivers/imx7.rst