diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-26 15:03:55 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 14:37:05 +0300 |
commit | c130d88b01dba55dcaaa350bff2df3b1776a7bdd (patch) | |
tree | f423fa7c1e89f76edea46e4e062ae51956136efb /Documentation/DocBook/media | |
parent | ffec8bceacd605da2a7a273f9ab9c2fff68171e2 (diff) | |
download | linux-c130d88b01dba55dcaaa350bff2df3b1776a7bdd.tar.xz |
[media] DocBook: fix xref to the FE open() function
Instead of going to the V4L2 open(), use the xref to the
proper place at the frontend ioctls that were already
reformatted.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbproperty.xml | 4 | ||||
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend_get_info.xml | 2 | ||||
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend_read_status.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 272d2e5c7488..f9680b0302b3 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -1250,7 +1250,7 @@ enum fe_interleaving { <varlistentry> <term><parameter>fd</parameter></term> <listitem> - <para>&fd;</para> + <para>&fe_fd;</para> </listitem> </varlistentry> <varlistentry> @@ -1308,7 +1308,7 @@ statistics from the frontend. <varlistentry> <term><parameter>fd</parameter></term> <listitem> - <para>&fd;</para> + <para>&fe_fd;</para> </listitem> </varlistentry> <varlistentry> diff --git a/Documentation/DocBook/media/dvb/frontend_get_info.xml b/Documentation/DocBook/media/dvb/frontend_get_info.xml index d569e386fb15..b98a9a5e74d3 100644 --- a/Documentation/DocBook/media/dvb/frontend_get_info.xml +++ b/Documentation/DocBook/media/dvb/frontend_get_info.xml @@ -27,7 +27,7 @@ <varlistentry> <term><parameter>fd</parameter></term> <listitem> - <para>&fd;</para> + <para>&fe_fd;</para> </listitem> </varlistentry> <varlistentry> diff --git a/Documentation/DocBook/media/dvb/frontend_read_status.xml b/Documentation/DocBook/media/dvb/frontend_read_status.xml index f2d08b6e2422..9c1810ae920d 100644 --- a/Documentation/DocBook/media/dvb/frontend_read_status.xml +++ b/Documentation/DocBook/media/dvb/frontend_read_status.xml @@ -27,7 +27,7 @@ <varlistentry> <term><parameter>fd</parameter></term> <listitem> - <para>&fd;</para> + <para>&fe_fd;</para> </listitem> </varlistentry> <varlistentry> |