diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2013-12-16 05:16:45 -0300 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:52:50 +0900 |
commit | 7675f6cdb43efb066759d320227774f540bb9573 (patch) | |
tree | 578fdece1fba1be3f9cb4f3da888d6cc3cff94a4 /Documentation | |
parent | f9e47d6a22d9beed80a2cdda9572eb1a30c05272 (diff) | |
download | linux-3.10-7675f6cdb43efb066759d320227774f540bb9573.tar.gz linux-3.10-7675f6cdb43efb066759d320227774f540bb9573.tar.bz2 linux-3.10-7675f6cdb43efb066759d320227774f540bb9573.zip |
upstream: [media] Documentation/DocBook/media/v4l/subdev-formats.xml: fix a typo
The xref to the v4l2-mbus-pixelcode-yuv8 table gets rendered as "Table
4.22, “YUV Formats”", so use the verb in the third person singular
because it refers to "Table":
s/list/lists/
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/v4l/subdev-formats.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index bfaef5078eb..923d2b07028 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -1178,7 +1178,7 @@ U, Y, V, Y order will be named <constant>V4L2_MBUS_FMT_UYVY8_2X8</constant>. </para> - <para><xref linkend="v4l2-mbus-pixelcode-yuv8"/> list existing packet YUV + <para><xref linkend="v4l2-mbus-pixelcode-yuv8"/> lists existing packet YUV formats and describes the organization of each pixel data in each sample. When a format pattern is split across multiple samples each of the samples in the pattern is described.</para> |