[media] V4L2 spec fix

Two small docbook fixes:

- prepare-buf was not positioned in alphabetical order, moved to the right place.
- the format field in create_bufs had the wrong type in the documentation

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2012-06-06 17:48:46 -03:00 committed by Mauro Carvalho Chehab
parent 0b5dabedcc
commit 87736df240
2 changed files with 2 additions and 2 deletions

View file

@ -560,6 +560,7 @@ and discussions on the V4L mailing list.</revremark>
&sub-g-tuner; &sub-g-tuner;
&sub-log-status; &sub-log-status;
&sub-overlay; &sub-overlay;
&sub-prepare-buf;
&sub-qbuf; &sub-qbuf;
&sub-querybuf; &sub-querybuf;
&sub-querycap; &sub-querycap;
@ -567,7 +568,6 @@ and discussions on the V4L mailing list.</revremark>
&sub-query-dv-preset; &sub-query-dv-preset;
&sub-query-dv-timings; &sub-query-dv-timings;
&sub-querystd; &sub-querystd;
&sub-prepare-buf;
&sub-reqbufs; &sub-reqbufs;
&sub-s-hw-freq-seek; &sub-s-hw-freq-seek;
&sub-streamon; &sub-streamon;

View file

@ -108,7 +108,7 @@ information.</para>
/></entry> /></entry>
</row> </row>
<row> <row>
<entry>&v4l2-format;</entry> <entry>struct&nbsp;v4l2_format</entry>
<entry><structfield>format</structfield></entry> <entry><structfield>format</structfield></entry>
<entry>Filled in by the application, preserved by the driver.</entry> <entry>Filled in by the application, preserved by the driver.</entry>
</row> </row>