summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/fe-read-status.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-30 10:21:03 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:45:24 -0300
commit836cf1db4e741f12e2d95573b5479fcbdd6fa34e (patch)
tree55f5c1bde23bfebfcbd9539de68153841d5d7fda /Documentation/media/uapi/dvb/fe-read-status.rst
parent59d44bbe46fe876c55d5cc051d552b1debb1c454 (diff)
[media] docs-rst exceptions: use C domain references for DVB headers
Now that we moved away from the :ref: type of references, we need to update the exceptions lists. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/fe-read-status.rst')
-rw-r--r--Documentation/media/uapi/dvb/fe-read-status.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/media/uapi/dvb/fe-read-status.rst b/Documentation/media/uapi/dvb/fe-read-status.rst
index c65cec3a35c9..812f086c20f5 100644
--- a/Documentation/media/uapi/dvb/fe-read-status.rst
+++ b/Documentation/media/uapi/dvb/fe-read-status.rst
@@ -27,7 +27,7 @@ Arguments
``status``
pointer to a bitmask integer filled with the values defined by enum
- :ref:`fe_status <fe-status>`.
+ :c:type:`fe_status`.
Description
@@ -45,14 +45,14 @@ written.
future.
-.. _fe-status-t:
-
int fe_status
=============
The fe_status parameter is used to indicate the current state and/or
state changes of the frontend hardware. It is produced using the enum
-:ref:`fe_status <fe-status>` values on a bitmask
+:c:type:`fe_status` values on a bitmask
+
+.. c:type:: fe_status
.. tabularcolumns:: |p{3.5cm}|p{14.0cm}|