This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] Documentation: media: Remove double 'struct'
Author:  Laurent Pinchart <[email protected]>
Date:    Mon Mar 24 09:48:13 2014 -0300

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

Reported-by: Hans Verkuil <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 Documentation/DocBook/media/v4l/io.xml             |    2 +-
 .../DocBook/media/v4l/media-ioc-enum-links.xml     |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=3eb51f5ec0dc9dfaa08bb8a376c2379c8a26d0d1

diff --git a/Documentation/DocBook/media/v4l/io.xml 
b/Documentation/DocBook/media/v4l/io.xml
index 188e621..a086a5d 100644
--- a/Documentation/DocBook/media/v4l/io.xml
+++ b/Documentation/DocBook/media/v4l/io.xml
@@ -125,7 +125,7 @@ location of the buffers in device memory can be determined 
with the
 <structfield>m.offset</structfield> and <structfield>length</structfield>
 returned in a &v4l2-buffer; are passed as sixth and second parameter to the
 <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
 <structfield>length</structfield>. When using the multi-planar API, every
 plane of every buffer has to be mapped separately, so the number of
diff --git a/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml 
b/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml
index cf85485..74fb394 100644
--- a/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml
+++ b/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml
@@ -79,13 +79,13 @@
            <entry>Entity id, set by the application.</entry>
          </row>
          <row>
-           <entry>struct &media-pad-desc;</entry>
+           <entry>&media-pad-desc;</entry>
            <entry>*<structfield>pads</structfield></entry>
            <entry>Pointer to a pads array allocated by the application. Ignored
            if NULL.</entry>
          </row>
          <row>
-           <entry>struct &media-link-desc;</entry>
+           <entry>&media-link-desc;</entry>
            <entry>*<structfield>links</structfield></entry>
            <entry>Pointer to a links array allocated by the application. 
Ignored
            if NULL.</entry>
@@ -153,12 +153,12 @@
         &cs-str;
        <tbody valign="top">
          <row>
-           <entry>struct &media-pad-desc;</entry>
+           <entry>&media-pad-desc;</entry>
            <entry><structfield>source</structfield></entry>
            <entry>Pad at the origin of this link.</entry>
          </row>
          <row>
-           <entry>struct &media-pad-desc;</entry>
+           <entry>&media-pad-desc;</entry>
            <entry><structfield>sink</structfield></entry>
            <entry>Pad at the target of this link.</entry>
          </row>

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to