media: Fix building pdfdocs
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Tue, 7 Mar 2023 01:34:28 +0000 (10:34 +0900)
committerJonathan Corbet <corbet@lwn.net>
Sun, 23 Apr 2023 15:25:52 +0000 (09:25 -0600)
commitfc623d89b4c404f2dea917d00eba2111f3c1bc15
tree57f2f509dc6667b4903b98f3aa7c230e7f4bb324
parent54d85d6966ca1dafa0b05f163a425060e8be3120
media: Fix building pdfdocs

Commit 8d0e3fc61abd ("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: 8d0e3fc61abd ("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>
Documentation/userspace-api/media/v4l/pixfmt-rgb.rst