diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-02 17:46:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:26:37 -0400 |
commit | b5dd3eac8407f0d62d63cc2ecec7f3cb2445ee3a (patch) | |
tree | 9e636d2426e5a4e1fd9ccf8f3a8d07c99146d224 | |
parent | b75c1d85c37d9e77c9c654e76c208d3addc89681 (diff) |
media: docs: fix PDF build with Sphinx 1.4
Commit 70b074df4ed1 ("media: fix pdf build with Spinx 1.6") caused
a regression at Sphinx 1.4 PDF build: although it produces a full
document in batch mode, it returns errors on interactive mode:
[63]
Runaway argument?
{\relax
! Paragraph ended before \multicolumn was complete.
<to be read again>
\par
l.7703 \hline\end{tabulary}
The error seems to be due to some bug at Sphinx PDF output:
when multicolumns is used, it doesn't accept an empty string.
Just removing the :cpan:`1` and replacing by two empty
columns fix the issue.
Fixes: 70b074df4ed1 ("media: fix pdf build with Spinx 1.6")
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst | 6 | ||||
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst b/Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst index bb85abcfceb5..4938d9655a41 100644 --- a/Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst +++ b/Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst | |||
@@ -35,7 +35,8 @@ next to each other in memory. | |||
35 | - :cspan:`7` Byte 1 | 35 | - :cspan:`7` Byte 1 |
36 | - :cspan:`7` Byte 2 | 36 | - :cspan:`7` Byte 2 |
37 | - :cspan:`7` Byte 3 | 37 | - :cspan:`7` Byte 3 |
38 | * - :cspan:`1` | 38 | * - |
39 | - | ||
39 | - 7 | 40 | - 7 |
40 | - 6 | 41 | - 6 |
41 | - 5 | 42 | - 5 |
@@ -665,7 +666,8 @@ either the corresponding ARGB or XRGB format, depending on the driver. | |||
665 | - :cspan:`7` Byte 2 | 666 | - :cspan:`7` Byte 2 |
666 | 667 | ||
667 | - :cspan:`7` Byte 3 | 668 | - :cspan:`7` Byte 3 |
668 | * - :cspan:`1` | 669 | * - |
670 | - | ||
669 | - 7 | 671 | - 7 |
670 | - 6 | 672 | - 6 |
671 | - 5 | 673 | - 5 |
diff --git a/Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst b/Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst index d6a6e890f5a9..d7644b411ccc 100644 --- a/Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst +++ b/Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst | |||
@@ -37,7 +37,8 @@ component of each pixel in one 16 or 32 bit word. | |||
37 | - :cspan:`7` Byte 2 | 37 | - :cspan:`7` Byte 2 |
38 | 38 | ||
39 | - :cspan:`7` Byte 3 | 39 | - :cspan:`7` Byte 3 |
40 | * - :cspan:`1` | 40 | * - |
41 | - | ||
41 | - 7 | 42 | - 7 |
42 | - 6 | 43 | - 6 |
43 | - 5 | 44 | - 5 |