diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-01 12:10:15 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-01 12:10:15 +0300 |
commit | c1c3c85ddf60a6d97c122d57d385b4929fcec4b3 (patch) | |
tree | e3b6abffb2dd3fa3f45614bf5241a31d971baa39 /Documentation | |
parent | 6fd877748a9c4133e37417061e426188fcb00fea (diff) | |
download | linux-c1c3c85ddf60a6d97c122d57d385b4929fcec4b3.tar.xz |
[media] DocBook: fix FE_SET_PROPERTY ioctl arguments
FE_SET_PROPERTY/FE_GET_PROPERTY actually expects a struct dtv_properties
argument.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-get-property.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-get-property.xml b/Documentation/DocBook/media/dvb/fe-get-property.xml index 7d0bd78f5a24..53a170ed3bd1 100644 --- a/Documentation/DocBook/media/dvb/fe-get-property.xml +++ b/Documentation/DocBook/media/dvb/fe-get-property.xml @@ -17,7 +17,7 @@ <funcdef>int <function>ioctl</function></funcdef> <paramdef>int <parameter>fd</parameter></paramdef> <paramdef>int <parameter>request</parameter></paramdef> - <paramdef>struct dtv_property *<parameter>argp</parameter></paramdef> + <paramdef>struct dtv_properties *<parameter>argp</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> |