Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: docs-rst: media: Don't use \small for V4L2_PIX_FMT_SRGGB10 documentation

There appears to be an issue in using \small in certain cases on Sphinx
1.4 and 1.5. Other format documents don't use \small either, remove it
from here as well.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>

[mchehab@s-opensource.com: kept tabularcolumns - readjusted - and
add a few blank lines for it to display better]
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Sakari Ailus and committed by
Mauro Carvalho Chehab
debc313a b9261184

+5 -10
+5 -10
Documentation/media/uapi/v4l/pixfmt-srggb10p.rst
··· 33 33 **Byte Order.** 34 34 Each cell is one byte. 35 35 36 - 37 - .. raw:: latex 38 - 39 - \small 40 - 41 - .. tabularcolumns:: |p{2.0cm}|p{1.0cm}|p{1.0cm}|p{1.0cm}|p{1.0cm}|p{10.0cm}| 36 + .. tabularcolumns:: |p{2.0cm}|p{1.0cm}|p{1.0cm}|p{1.0cm}|p{1.0cm}|p{5.4cm}| 42 37 43 38 .. flat-table:: 44 39 :header-rows: 0 ··· 46 51 - B\ :sub:`02high` 47 52 - G\ :sub:`03high` 48 53 - G\ :sub:`03low`\ (bits 7--6) B\ :sub:`02low`\ (bits 5--4) 54 + 49 55 G\ :sub:`01low`\ (bits 3--2) B\ :sub:`00low`\ (bits 1--0) 50 56 * - start + 5: 51 57 - G\ :sub:`10high` ··· 54 58 - G\ :sub:`12high` 55 59 - R\ :sub:`13high` 56 60 - R\ :sub:`13low`\ (bits 7--6) G\ :sub:`12low`\ (bits 5--4) 61 + 57 62 R\ :sub:`11low`\ (bits 3--2) G\ :sub:`10low`\ (bits 1--0) 58 63 * - start + 10: 59 64 - B\ :sub:`20high` ··· 62 65 - B\ :sub:`22high` 63 66 - G\ :sub:`23high` 64 67 - G\ :sub:`23low`\ (bits 7--6) B\ :sub:`22low`\ (bits 5--4) 68 + 65 69 G\ :sub:`21low`\ (bits 3--2) B\ :sub:`20low`\ (bits 1--0) 66 70 * - start + 15: 67 71 - G\ :sub:`30high` ··· 70 72 - G\ :sub:`32high` 71 73 - R\ :sub:`33high` 72 74 - R\ :sub:`33low`\ (bits 7--6) G\ :sub:`32low`\ (bits 5--4) 75 + 73 76 R\ :sub:`31low`\ (bits 3--2) G\ :sub:`30low`\ (bits 1--0) 74 - 75 - .. raw:: latex 76 - 77 - \normalsize