aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2014-08-08 03:38:09 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-21 16:25:32 -0400
commit83acb75d0dd37bd2eb24168f26d01c747ece3fc7 (patch)
tree8f7462926dbf365b118bc86bf7250c834fb7e061 /Documentation/DocBook
parentf035eb4e976ef5a059e30bc91cfd310ff030a7d3 (diff)
[media] DocBook media: fix order of v4l2_edid fields
The order of the last two fields in the G/S_EDID specification was swapped from what is in the actual struct. Fix this. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-edid.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-edid.xml b/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
index ce4563b87131..fa91651978e0 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
@@ -125,17 +125,17 @@
125 <structfield>blocks</structfield> is 0, then the EDID is disabled or erased.</entry> 125 <structfield>blocks</structfield> is 0, then the EDID is disabled or erased.</entry>
126 </row> 126 </row>
127 <row> 127 <row>
128 <entry>__u8&nbsp;*</entry>
129 <entry><structfield>edid</structfield></entry>
130 <entry>Pointer to memory that contains the EDID. The minimum size is
131 <structfield>blocks</structfield>&nbsp;*&nbsp;128.</entry>
132 </row>
133 <row>
134 <entry>__u32</entry> 128 <entry>__u32</entry>
135 <entry><structfield>reserved</structfield>[5]</entry> 129 <entry><structfield>reserved</structfield>[5]</entry>
136 <entry>Reserved for future extensions. Applications and drivers must 130 <entry>Reserved for future extensions. Applications and drivers must
137 set the array to zero.</entry> 131 set the array to zero.</entry>
138 </row> 132 </row>
133 <row>
134 <entry>__u8&nbsp;*</entry>
135 <entry><structfield>edid</structfield></entry>
136 <entry>Pointer to memory that contains the EDID. The minimum size is
137 <structfield>blocks</structfield>&nbsp;*&nbsp;128.</entry>
138 </row>
139 </tbody> 139 </tbody>
140 </tgroup> 140 </tgroup>
141 </table> 141 </table>