summaryrefslogtreecommitdiffstats
path: root/Documentation/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 12:31:43 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:18:47 -0400
commit536593acc715712007001c9b75ce4712daacf0c4 (patch)
treed576a4e06314a2d59134dd26ffb6120464b7dcaa /Documentation/media
parent02a3c98c6beb174022c5e46a627528be53a47755 (diff)
downloadop-kernel-dev-536593acc715712007001c9b75ce4712daacf0c4.zip
op-kernel-dev-536593acc715712007001c9b75ce4712daacf0c4.tar.gz
media: dvb-frontend-parameters.rst: fix the name of a struct
The struct that contains an union of DVB parameters is called dvb_frontend_parameters (and not FrontendParameters). Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/uapi/dvb/dvb-frontend-parameters.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst b/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst
index 899fd5c..b152166 100644
--- a/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst
+++ b/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst
@@ -24,7 +24,7 @@ instead, in order to be able to support the newer System Delivery like
DVB-S2, DVB-T2, DVB-C2, ISDB, etc.
All kinds of parameters are combined as a union in the
-FrontendParameters structure:
+``dvb_frontend_parameters`` structure:
.. code-block:: c
OpenPOWER on IntegriCloud