[media] Documentation: media: Remove double 'struct'

The XML entities for media structures start with the 'struct' word.
Remove duplicate 'struct' from the entity users.

Reported-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Laurent Pinchart 2014-03-24 09:48:13 -03:00 committed by Mauro Carvalho Chehab
parent b952662f27
commit 3eb51f5ec0
2 changed files with 5 additions and 5 deletions

View File

@ -125,7 +125,7 @@ location of the buffers in device memory can be determined with the
<structfield>m.offset</structfield> and <structfield>length</structfield> <structfield>m.offset</structfield> and <structfield>length</structfield>
returned in a &v4l2-buffer; are passed as sixth and second parameter to the returned in a &v4l2-buffer; are passed as sixth and second parameter to the
<function>mmap()</function> function. When using the multi-planar API, <function>mmap()</function> function. When using the multi-planar API,
struct &v4l2-buffer; contains an array of &v4l2-plane; structures, each &v4l2-buffer; contains an array of &v4l2-plane; structures, each
containing its own <structfield>m.offset</structfield> and containing its own <structfield>m.offset</structfield> and
<structfield>length</structfield>. When using the multi-planar API, every <structfield>length</structfield>. When using the multi-planar API, every
plane of every buffer has to be mapped separately, so the number of plane of every buffer has to be mapped separately, so the number of

View File

@ -79,13 +79,13 @@
<entry>Entity id, set by the application.</entry> <entry>Entity id, set by the application.</entry>
</row> </row>
<row> <row>
<entry>struct &media-pad-desc;</entry> <entry>&media-pad-desc;</entry>
<entry>*<structfield>pads</structfield></entry> <entry>*<structfield>pads</structfield></entry>
<entry>Pointer to a pads array allocated by the application. Ignored <entry>Pointer to a pads array allocated by the application. Ignored
if NULL.</entry> if NULL.</entry>
</row> </row>
<row> <row>
<entry>struct &media-link-desc;</entry> <entry>&media-link-desc;</entry>
<entry>*<structfield>links</structfield></entry> <entry>*<structfield>links</structfield></entry>
<entry>Pointer to a links array allocated by the application. Ignored <entry>Pointer to a links array allocated by the application. Ignored
if NULL.</entry> if NULL.</entry>
@ -153,12 +153,12 @@
&cs-str; &cs-str;
<tbody valign="top"> <tbody valign="top">
<row> <row>
<entry>struct &media-pad-desc;</entry> <entry>&media-pad-desc;</entry>
<entry><structfield>source</structfield></entry> <entry><structfield>source</structfield></entry>
<entry>Pad at the origin of this link.</entry> <entry>Pad at the origin of this link.</entry>
</row> </row>
<row> <row>
<entry>struct &media-pad-desc;</entry> <entry>&media-pad-desc;</entry>
<entry><structfield>sink</structfield></entry> <entry><structfield>sink</structfield></entry>
<entry>Pad at the target of this link.</entry> <entry>Pad at the target of this link.</entry>
</row> </row>