]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: dvb-frontend-parameters.rst: fix the name of a struct
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 1 Sep 2017 16:31:43 +0000 (12:31 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 10:18:47 +0000 (06:18 -0400)
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>
Documentation/media/uapi/dvb/dvb-frontend-parameters.rst

index 899fd5c3545ee268e8950db257d9d092e29443ff..b152166f8fa7efc24e99cecadebcea9ff0d9c1ea 100644 (file)
@@ -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