Skip to content

Commit fc623d8

Browse files
tombaJonathan Corbet
authored andcommitted
media: Fix building pdfdocs
Commit 8d0e3fc ("media: Add 2-10-10-10 RGB formats") added documentation for a few new RGB formats. The table has column-width specifiers for 34 columns used in pdfdocs build. However, the new table has a couple of rows with 35 columns which confused Sphinx's latex builder. The resulting .tex file causes an error in a later stage of a pdfdocs build. Remove the trailing empty dash lines to fix the issue. Fixes: 8d0e3fc ("media: Add 2-10-10-10 RGB formats") Reported-by: Akira Yokosawa <akiyks@gmail.com> Link: https://lore.kernel.org/r/12250823-8445-5854-dfb8-b92c0ff0851e@gmail.com/ Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Tested-by: Akira Yokosawa <akiyks@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org> [akiyks: explain the cause of build error] Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Link: https://lore.kernel.org/r/29380b3e-1daa-3aef-1749-dbd9960ba620@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 54d85d6 commit fc623d8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Documentation/userspace-api/media/v4l/pixfmt-rgb.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,6 @@ number of bits for each component.
868868
- r\ :sub:`4`
869869
- r\ :sub:`3`
870870
- r\ :sub:`2`
871-
-
872871
* .. _V4L2-PIX-FMT-RGBA1010102:
873872

874873
- ``V4L2_PIX_FMT_RGBA1010102``
@@ -909,7 +908,6 @@ number of bits for each component.
909908
- r\ :sub:`4`
910909
- r\ :sub:`3`
911910
- r\ :sub:`2`
912-
-
913911
* .. _V4L2-PIX-FMT-ARGB2101010:
914912

915913
- ``V4L2_PIX_FMT_ARGB2101010``
@@ -950,7 +948,6 @@ number of bits for each component.
950948
- r\ :sub:`6`
951949
- r\ :sub:`5`
952950
- r\ :sub:`4`
953-
-
954951

955952
.. raw:: latex
956953

0 commit comments

Comments
 (0)