Remove spurious '-' in the VSP1 hgo table.

This resulted in a weird dot character that also caused
the row to be double-height.

We used to have it on other tables, but we got rid of them
on changeset 8ed29e302dd1 ("[media] subdev-formats.rst: remove
spurious '-'").

Fixes: 14d665387165 ("[media] v4l: Define a pixel format for the R-Car VSP1 1-D 
histogram engine")
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>
---
 .../media/uapi/v4l/pixfmt-meta-vsp1-hgo.rst        | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/Documentation/media/uapi/v4l/pixfmt-meta-vsp1-hgo.rst 
b/Documentation/media/uapi/v4l/pixfmt-meta-vsp1-hgo.rst
index 8d37bb313493..67796594fd48 100644
--- a/Documentation/media/uapi/v4l/pixfmt-meta-vsp1-hgo.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-meta-vsp1-hgo.rst
@@ -53,19 +53,19 @@ contains one byte.
       - [15:8]
       - [7:0]
     * - 0
-      - -
+      -
       - R/Cr/H max [7:0]
-      - -
+      -
       - R/Cr/H min [7:0]
     * - 4
-      - -
+      -
       - G/Y/S max [7:0]
-      - -
+      -
       - G/Y/S min [7:0]
     * - 8
-      - -
+      -
       - B/Cb/V max [7:0]
-      - -
+      -
       - B/Cb/V min [7:0]
     * - 12
       - :cspan:`4` R/Cr/H sum [31:0]
@@ -104,9 +104,9 @@ contains one byte.
       - [15:8]
       - [7:0]
     * - 0
-      - -
+      -
       - max(R,G,B) max [7:0]
-      - -
+      -
       - max(R,G,B) min [7:0]
     * - 4
       - :cspan:`4` max(R,G,B) sum [31:0]
@@ -129,9 +129,9 @@ contains one byte.
       - [15:8]
       - [7:0]
     * - 0
-      - -
+      -
       - Y max [7:0]
-      - -
+      -
       - Y min [7:0]
     * - 4
       - :cspan:`4` Y sum [31:0]
@@ -154,9 +154,9 @@ contains one byte.
       - [15:8]
       - [7:0]
     * - 0
-      - -
+      -
       - max(R,G,B) max [7:0]
-      - -
+      -
       - max(R,G,B) min [7:0]
     * - 4
       - :cspan:`4` max(R,G,B) sum [31:0]
-- 
2.9.3

Reply via email to