diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2013-12-16 03:16:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 03:50:45 -0500 |
commit | df739b5a8078a554b54456a7659d229b176b2f8c (patch) | |
tree | 8222bfc8a9c2965330782f174af8aaf9eec6cea4 | |
parent | 1134e9d1931cd42980fa7de741c1d4b30e6dd7ca (diff) |
[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>
-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 bfaef5078eb8..923d2b070287 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml | |||
@@ -1178,7 +1178,7 @@ | |||
1178 | U, Y, V, Y order will be named <constant>V4L2_MBUS_FMT_UYVY8_2X8</constant>. | 1178 | U, Y, V, Y order will be named <constant>V4L2_MBUS_FMT_UYVY8_2X8</constant>. |
1179 | </para> | 1179 | </para> |
1180 | 1180 | ||
1181 | <para><xref linkend="v4l2-mbus-pixelcode-yuv8"/> list existing packet YUV | 1181 | <para><xref linkend="v4l2-mbus-pixelcode-yuv8"/> lists existing packet YUV |
1182 | formats and describes the organization of each pixel data in each sample. | 1182 | formats and describes the organization of each pixel data in each sample. |
1183 | When a format pattern is split across multiple samples each of the samples | 1183 | When a format pattern is split across multiple samples each of the samples |
1184 | in the pattern is described.</para> | 1184 | in the pattern is described.</para> |