Files
linux/Documentation/driver-api
Mauro Carvalho Chehab c3cfc5f484 media: cec-core.rst: fix warnings with Sphinx 3.0+
The new C domain code on Sphinx 3 is a lot more pedantic.
It only accepts real functions declared as c:function.

So, declarations like this are not valid:

	.. c:function::
	        int (*adap_enable)(struct cec_adapter *adap, bool enable);

Also, no blank lines are allowed after ".. c:function:", and
continuation lines should be like:

	.. c:function:
		int (void foo, \
		     int bar);

Change the logic there, in order to avoid lots of warnings
when built with Sphinx 3.x.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-30 18:50:20 +02:00
..
2019-07-15 11:03:03 -03:00
2019-06-06 16:51:37 +02:00
2019-07-26 08:15:26 -06:00
2020-06-01 15:19:30 +02:00
2019-06-07 11:35:15 -06:00
2020-06-02 20:32:53 -03:00
2019-10-07 09:47:37 -07:00
2018-04-20 19:14:40 -04:00