From 056d2ee6d253fac12db30b47de172078fc23b097 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 4 Jul 2016 13:58:01 -0300 Subject: [PATCH] doc-rst: v4l/pixfmt: re-join a broken paragraph Originally, at the DocBook, the "Byte Order" were a single paragraph with the string that follows it. The conversion broke it, and, sometimes, it added an extra dot. Fix them altogheter at pixfmt-*. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/pixfmt-grey.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-m420.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-nv12.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-nv12m.rst | 2 +- Documentation/linux_tv/media/v4l/pixfmt-nv16m.rst | 2 +- Documentation/linux_tv/media/v4l/pixfmt-nv24.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-packed-rgb.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sbggr16.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sdr-cs08.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sdr-cs14le.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sdr-cu08.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sdr-cu16le.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sdr-ru12le.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-sgrbg8.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-srggb10.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-srggb10p.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-srggb12.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-srggb8.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-uv8.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-y10.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-y12.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-y16-be.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-y16.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-y41p.rst | 1 - Documentation/linux_tv/media/v4l/pixfmt-y8i.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv410.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv411p.rst | 2 +- Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv420m.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yuyv.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst | 3 +-- Documentation/linux_tv/media/v4l/pixfmt-z16.rst | 3 +-- 39 files changed, 38 insertions(+), 74 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/pixfmt-grey.rst b/Documentation/linux_tv/media/v4l/pixfmt-grey.rst index e1e19d558d59d..761d783d4989e 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-grey.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-grey.rst @@ -17,8 +17,7 @@ Description This is a grey-scale image. It is really a degenerate Y'CbCr format which simply contains no Cb or Cr data. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-m420.rst b/Documentation/linux_tv/media/v4l/pixfmt-m420.rst index 2ef35cfc14fa0..f03042653bcdb 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-m420.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-m420.rst @@ -28,8 +28,7 @@ Y'\ :sub:`10`, Y'\ :sub:`11`. All line lengths are identical: if the Y lines include pad bytes so do the CbCr lines. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-nv12.rst b/Documentation/linux_tv/media/v4l/pixfmt-nv12.rst index c15437c0cb23f..906d1effff678 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-nv12.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-nv12.rst @@ -31,8 +31,7 @@ with a Cr byte. If the Y plane has pad bytes after each row, then the CbCr plane has as many pad bytes after its rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-nv12m.rst b/Documentation/linux_tv/media/v4l/pixfmt-nv12m.rst index ed0fe226a7336..39ed024bcbe76 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-nv12m.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-nv12m.rst @@ -42,7 +42,7 @@ applications that support the multi-planar API, described in If the Y plane has pad bytes after each row, then the CbCr plane has as many pad bytes after its rows. -**Byte Order..** +**Byte Order.** Each cell is one byte. .. flat-table:: diff --git a/Documentation/linux_tv/media/v4l/pixfmt-nv16m.rst b/Documentation/linux_tv/media/v4l/pixfmt-nv16m.rst index 2157663fa6c2d..b43fc50bda73d 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-nv16m.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-nv16m.rst @@ -33,7 +33,7 @@ Cb and Cr bytes are swapped, the CrCb plane starts with a Cr byte. used only in drivers and applications that support the multi-planar API, described in :ref:`planar-apis`. -**Byte Order..** +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-nv24.rst b/Documentation/linux_tv/media/v4l/pixfmt-nv24.rst index c0a8ddfd69632..3f07f93912052 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-nv24.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-nv24.rst @@ -30,8 +30,7 @@ swapped, the CrCb plane starts with a Cr sample. If the Y plane has pad bytes after each row, then the CbCr plane has twice as many pad bytes after its rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-packed-rgb.rst b/Documentation/linux_tv/media/v4l/pixfmt-packed-rgb.rst index 517a5b42151ca..08a322b9a2ed6 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-packed-rgb.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-packed-rgb.rst @@ -969,8 +969,7 @@ The XRGB and XBGR formats contain undefined bits (-). Applications, devices and drivers must ignore those bits, for both :ref:`capture` and :ref:`output` devices. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sbggr16.rst b/Documentation/linux_tv/media/v4l/pixfmt-sbggr16.rst index 742816ad4d411..2cfcc97b3c967 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sbggr16.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sbggr16.rst @@ -21,8 +21,7 @@ memory addresses (little-endian). Note the actual sampling precision may be lower than 16 bits, for example 10 bits per pixel with values in range 0 to 1023. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst b/Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst index 9a8e7d27e6602..db4c523f49a99 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst @@ -21,8 +21,7 @@ from neighbouring pixels. From left to right the first row consists of a blue and green value, the second row of a green and red value. This scheme repeats to the right and down for every two columns and rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs08.rst b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs08.rst index 201901d3f4c58..a772b6a674d51 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs08.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs08.rst @@ -19,8 +19,7 @@ number consist two parts, called In-phase and Quadrature (IQ). Both I and Q are represented as a 8 bit signed number. I value comes first and Q value after that. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs14le.rst b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs14le.rst index c7e471fe722f2..bfe5804bd84e1 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs14le.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cs14le.rst @@ -20,8 +20,7 @@ and Q are represented as a 14 bit signed little endian number. I value comes first and Q value after that. 14 bit value is stored in 16 bit space with unused high bits padded with 0. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu08.rst b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu08.rst index f97559ebcab5c..9ea92099e7ed4 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu08.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu08.rst @@ -19,8 +19,7 @@ number consist two parts, called In-phase and Quadrature (IQ). Both I and Q are represented as a 8 bit unsigned number. I value comes first and Q value after that. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu16le.rst b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu16le.rst index ee73006bdb234..2a1c0d4924a17 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu16le.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sdr-cu16le.rst @@ -19,8 +19,7 @@ number consist two parts, called In-phase and Quadrature (IQ). Both I and Q are represented as a 16 bit unsigned little endian number. I value comes first and Q value after that. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sdr-ru12le.rst b/Documentation/linux_tv/media/v4l/pixfmt-sdr-ru12le.rst index 7147e6cfe6d90..378581b27d4a9 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sdr-ru12le.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sdr-ru12le.rst @@ -18,8 +18,7 @@ This format contains sequence of real number samples. Each sample is represented as a 12 bit unsigned little endian number. Sample is stored in 16 bit space with unused high bits padded with 0. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst b/Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst index 8d783f332eaa5..6345c24d86f35 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst @@ -21,8 +21,7 @@ from neighbouring pixels. From left to right the first row consists of a green and blue value, the second row of a red and green value. This scheme repeats to the right and down for every two columns and rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-sgrbg8.rst b/Documentation/linux_tv/media/v4l/pixfmt-sgrbg8.rst index 04b93d9335a6b..51b7b8ef75190 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-sgrbg8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-sgrbg8.rst @@ -21,8 +21,7 @@ from neighbouring pixels. From left to right the first row consists of a green and blue value, the second row of a red and green value. This scheme repeats to the right and down for every two columns and rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-srggb10.rst b/Documentation/linux_tv/media/v4l/pixfmt-srggb10.rst index 2ad8ef04ad32f..b21d9f01ed356 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-srggb10.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-srggb10.rst @@ -25,8 +25,7 @@ are stored in memory in little endian order. They are conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example of one of these formats -**Byte Order..** - +**Byte Order.** Each cell is one byte, high 6 bits in high bytes are 0. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-srggb10p.rst b/Documentation/linux_tv/media/v4l/pixfmt-srggb10p.rst index fe2908e37d060..f95672d7327b7 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-srggb10p.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-srggb10p.rst @@ -28,8 +28,7 @@ with alternating green-red and green-blue rows. They are conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example of one of these formats: -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-srggb12.rst b/Documentation/linux_tv/media/v4l/pixfmt-srggb12.rst index fa2efa33be663..86694681033a5 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-srggb12.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-srggb12.rst @@ -25,8 +25,7 @@ are stored in memory in little endian order. They are conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example of one of these formats -**Byte Order..** - +**Byte Order.** Each cell is one byte, high 6 bits in high bytes are 0. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-srggb8.rst b/Documentation/linux_tv/media/v4l/pixfmt-srggb8.rst index eb3f6b5e39ca7..e88de4c48d47a 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-srggb8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-srggb8.rst @@ -21,8 +21,7 @@ from neighbouring pixels. From left to right the first row consists of a red and green value, the second row of a green and blue value. This scheme repeats to the right and down for every two columns and rows. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-uv8.rst b/Documentation/linux_tv/media/v4l/pixfmt-uv8.rst index 033cedf85f57a..fa8f7ee9fee1c 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-uv8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-uv8.rst @@ -16,8 +16,7 @@ Description In this format there is no Y plane, Only CbCr plane. ie (UV interleaved) -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst b/Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst index 8eaacd3af3df0..6975949fc7a5b 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst @@ -20,8 +20,7 @@ Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr belong to both pixels. As you can see, the Cr and Cb components have half the horizontal resolution of the Y component. -**Byte Order..** - +**Byte Order.** Each cell is one byte. .. flat-table:: diff --git a/Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst b/Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst index 9ce531834d9af..c3c72bdc3a1e1 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst @@ -20,8 +20,7 @@ Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr belong to both pixels. As you can see, the Cr and Cb components have half the horizontal resolution of the Y component. -**Byte Order..** - +**Byte Order.** Each cell is one byte. .. flat-table:: diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y10.rst b/Documentation/linux_tv/media/v4l/pixfmt-y10.rst index bb3f3229d8e58..d22f771382891 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y10.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y10.rst @@ -18,8 +18,7 @@ This is a grey-scale image with a depth of 10 bits per pixel. Pixels are stored in 16-bit words with unused high bits padded with 0. The least significant byte is stored at lower memory addresses (little-endian). -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y12.rst b/Documentation/linux_tv/media/v4l/pixfmt-y12.rst index 24c59c911fee4..7729bcbf3350e 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y12.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y12.rst @@ -18,8 +18,7 @@ This is a grey-scale image with a depth of 12 bits per pixel. Pixels are stored in 16-bit words with unused high bits padded with 0. The least significant byte is stored at lower memory addresses (little-endian). -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y16-be.rst b/Documentation/linux_tv/media/v4l/pixfmt-y16-be.rst index 6dcd9251659d8..0c61a10018c27 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y16-be.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y16-be.rst @@ -19,8 +19,7 @@ significant byte is stored at lower memory addresses (big-endian). Note the actual sampling precision may be lower than 16 bits, for example 10 bits per pixel with values in range 0 to 1023. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y16.rst b/Documentation/linux_tv/media/v4l/pixfmt-y16.rst index cc1565f37db87..a8d4b7192ae31 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y16.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y16.rst @@ -19,8 +19,7 @@ significant byte is stored at lower memory addresses (little-endian). Note the actual sampling precision may be lower than 16 bits, for example 10 bits per pixel with values in range 0 to 1023. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y41p.rst b/Documentation/linux_tv/media/v4l/pixfmt-y41p.rst index 1f8fe468001db..e2c690e4d254d 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y41p.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y41p.rst @@ -26,7 +26,6 @@ from "YUV 4:1:1 *packed*", while YUV411P stands for "YUV 4:1:1 *planar*". **Byte Order.** - Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y8i.rst b/Documentation/linux_tv/media/v4l/pixfmt-y8i.rst index 3f3dbf18357fb..7fa16ee85ab75 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y8i.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y8i.rst @@ -19,8 +19,7 @@ pixels from 2 sources interleaved. Each pixel is stored in a 16-bit word. E.g. the R200 RealSense camera stores pixel from the left sensor in lower and from the right sensor in the higher 8 bits. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv410.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv410.rst index 642c20a038b6c..6939099c1baac 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv410.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv410.rst @@ -31,8 +31,7 @@ have ¼ as many pad bytes after their rows. In other words, four Cx rows (including padding) are exactly as long as one Y row (including padding). -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv411p.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv411p.rst index 9521c4431c78e..5747303cf2a7b 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv411p.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv411p.rst @@ -29,7 +29,7 @@ If the Y plane has pad bytes after each row, then the Cr and Cb planes have ¼ as many pad bytes after their rows. In other words, four C x rows (including padding) is exactly as long as one Y row (including padding). -**Byte Order..** +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst index 106afed501252..633b63b14b591 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst @@ -33,8 +33,7 @@ have half as many pad bytes after their rows. In other words, two Cx rows (including padding) is exactly as long as one Y row (including padding). -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv420m.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv420m.rst index dc3d395a5731e..fc87afaf91398 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv420m.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv420m.rst @@ -39,8 +39,7 @@ padding). used only in drivers and applications that support the multi-planar API, described in :ref:`planar-apis`. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst index 0057bc85fd248..fe903dc90aacc 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst @@ -38,8 +38,7 @@ padding). used only in drivers and applications that support the multi-planar API, described in :ref:`planar-apis`. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst index c5efeadc0e9c0..bb95d656fcc14 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst @@ -29,8 +29,7 @@ have half as many pad bytes after their rows. In other words, two Cx rows (including padding) is exactly as long as one Y row (including padding). -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst index 556c37c34d673..d6fa7a7b00494 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst @@ -34,8 +34,7 @@ have the same number of pad bytes after their rows. used only in drivers and applications that support the multi-planar API, described in :ref:`planar-apis`. -**Byte Order..** - +**Byte Order.** Each cell is one byte. .. flat-table:: diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuyv.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuyv.rst index 9f01ae03bd103..edc81a2875e93 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuyv.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuyv.rst @@ -21,8 +21,7 @@ belong to both pixels. As you can see, the Cr and Cb components have half the horizontal resolution of the Y component. ``V4L2_PIX_FMT_YUYV`` is known in the Windows environment as YUY2. -**Byte Order..** - +**Byte Order.** Each cell is one byte. diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst b/Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst index 576af343b81b8..88da5e7cc1ef4 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst @@ -20,8 +20,7 @@ Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr belong to both pixels. As you can see, the Cr and Cb components have half the horizontal resolution of the Y component. -**Byte Order..** - +**Byte Order.** Each cell is one byte. .. flat-table:: diff --git a/Documentation/linux_tv/media/v4l/pixfmt-z16.rst b/Documentation/linux_tv/media/v4l/pixfmt-z16.rst index 8804dd5cc1c01..c5cce2db78b63 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-z16.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-z16.rst @@ -19,8 +19,7 @@ distance to the respective point in the image coordinates. Distance unit can vary and has to be negotiated with the device separately. Each pixel is stored in a 16-bit word in the little endian byte order. -**Byte Order..** - +**Byte Order.** Each cell is one byte. -- 2.30.2