diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-06-05 05:11:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-06 07:38:10 -0300 |
commit | dc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9 (patch) | |
tree | 97e3302d4e48b709173ec349cb0cc482baa9afd5 /Documentation/DocBook/media/v4l/pixfmt.xml | |
parent | 5d3512514ae7e21e869ea306f902b6be428e2578 (diff) | |
download | op-kernel-dev-dc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9.zip op-kernel-dev-dc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9.tar.gz |
[media] DocBook media: correct description of reserved fields
Make sure that the documentation clearly states who is zeroing reserved
fields: drivers and/or applications.
This patch syncs the documentation with the checks that v4l2-compliance
and valgrind do.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/pixfmt.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/pixfmt.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml b/Documentation/DocBook/media/v4l/pixfmt.xml index e7d8848..965ea91 100644 --- a/Documentation/DocBook/media/v4l/pixfmt.xml +++ b/Documentation/DocBook/media/v4l/pixfmt.xml @@ -198,8 +198,8 @@ see <xref linkend="colorspaces" />.</entry> <row> <entry>__u16</entry> <entry><structfield>reserved[6]</structfield></entry> - <entry>Reserved for future extensions. Should be zeroed by the - application.</entry> + <entry>Reserved for future extensions. Should be zeroed by drivers and + applications.</entry> </row> </tbody> </tgroup> @@ -283,8 +283,8 @@ see <xref linkend="colorspaces" />.</entry> <row> <entry>__u8</entry> <entry><structfield>reserved[7]</structfield></entry> - <entry>Reserved for future extensions. Should be zeroed by the - application.</entry> + <entry>Reserved for future extensions. Should be zeroed by drivers + and applications.</entry> </row> </tbody> </tgroup> |