Commit 5b76632e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: cec-core.rst: don't use c:type for structs



The new C domain code on Sphinx 3 doesn't allow anymore
to use c:type:: for structs.

Now that cdomain.py has backward support, let's use
c:struct:: instead.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 5f536f4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ Implementing the Low-Level CEC Adapter
The following low-level adapter operations have to be implemented in
your driver:

.. c:type:: struct cec_adap_ops
.. c:struct:: cec_adap_ops

.. code-block:: none