Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <mchehab+huawei@kernel.org>

+1 -1
+1 -1
Documentation/driver-api/media/cec-core.rst
··· 98 98 The following low-level adapter operations have to be implemented in 99 99 your driver: 100 100 101 - .. c:type:: struct cec_adap_ops 101 + .. c:struct:: cec_adap_ops 102 102 103 103 .. code-block:: none 104 104