aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2013-12-16 03:16:46 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 03:51:01 -0500
commit3fe6d4b9620a653f46c5566016c8b060d21e0543 (patch)
tree98a0ef36c8fd517e84a16399c6d006b0d4047936 /Documentation
parentdf739b5a8078a554b54456a7659d229b176b2f8c (diff)
[media] Documentation/DocBook/media/v4l: fix typo, s/packet/packed/
Change "packet" to "packed" where the doc is talking about packed data formats. 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml
index 923d2b070287..7331ce116f4c 100644
--- a/Documentation/DocBook/media/v4l/subdev-formats.xml
+++ b/Documentation/DocBook/media/v4l/subdev-formats.xml
@@ -89,7 +89,7 @@
89 <constant>V4L2_MBUS_FMT_RGB555_2X8_PADHI_BE</constant>. 89 <constant>V4L2_MBUS_FMT_RGB555_2X8_PADHI_BE</constant>.
90 </para> 90 </para>
91 91
92 <para>The following tables list existing packet RGB formats.</para> 92 <para>The following tables list existing packed RGB formats.</para>
93 93
94 <table pgwide="0" frame="none" id="v4l2-mbus-pixelcode-rgb"> 94 <table pgwide="0" frame="none" id="v4l2-mbus-pixelcode-rgb">
95 <title>RGB formats</title> 95 <title>RGB formats</title>
@@ -615,7 +615,7 @@
615 </mediaobject> 615 </mediaobject>
616 </figure> 616 </figure>
617 617
618 <para>The following table lists existing packet Bayer formats. The data 618 <para>The following table lists existing packed Bayer formats. The data
619 organization is given as an example for the first pixel only.</para> 619 organization is given as an example for the first pixel only.</para>
620 620
621 <table pgwide="0" frame="none" id="v4l2-mbus-pixelcode-bayer"> 621 <table pgwide="0" frame="none" id="v4l2-mbus-pixelcode-bayer">
@@ -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"/> lists existing packet YUV 1181 <para><xref linkend="v4l2-mbus-pixelcode-yuv8"/> lists existing packed 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>