From: Mauro Carvalho Chehab Date: Fri, 1 Sep 2017 16:31:43 +0000 (-0400) Subject: media: dvb-frontend-parameters.rst: fix the name of a struct X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=536593acc715712007001c9b75ce4712daacf0c4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- diff --git a/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst b/Documentation/media/uapi/dvb/dvb-frontend-parameters.rst index 899fd5c3545e..b152166f8fa7 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