From: Mauro Carvalho Chehab Date: Sat, 26 Sep 2020 07:08:38 +0000 (+0200) Subject: media: cec-core.rst: don't use c:type for structs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5b76632ed957e7b43e12f4105d0efb8d734fc659;p=linux.git 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: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-api/media/cec-core.rst index 03016eeaf8f4c..bc42982ac21e8 100644 --- a/Documentation/driver-api/media/cec-core.rst +++ b/Documentation/driver-api/media/cec-core.rst @@ -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