linux/Documentation/driver-api/media
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
..
drivers media: vidtv.rst: update it to better describe the frequencies 2020-09-17 12:00:58 +02:00
camera-sensor.rst media: camera-sensor.rst: fix a doc build warning 2020-09-30 07:49:43 +02:00
cec-core.rst media: cec-core.rst: fix warnings with Sphinx 3.0+ 2020-09-30 18:50:20 +02:00
csi2.rst media: Documentation: media: Document how to write camera sensor drivers 2020-09-01 14:13:27 +02:00
dtv-ca.rst
dtv-common.rst
dtv-core.rst
dtv-demux.rst
dtv-frontend.rst
dtv-net.rst
index.rst media: Documentation: media: Document how to write camera sensor drivers 2020-09-01 14:13:27 +02:00
mc-core.rst
rc-core.rst
v4l2-async.rst
v4l2-clocks.rst
v4l2-common.rst
v4l2-controls.rst
v4l2-core.rst
v4l2-dev.rst
v4l2-device.rst
v4l2-dv-timings.rst
v4l2-event.rst
v4l2-fh.rst
v4l2-flash-led-class.rst
v4l2-fwnode.rst
v4l2-intro.rst
v4l2-mc.rst
v4l2-mediabus.rst
v4l2-mem2mem.rst
v4l2-rect.rst
v4l2-subdev.rst media: v4l2-subdev.rst: get rid of a duplicatd kernel-doc markup 2020-09-30 18:50:20 +02:00
v4l2-tuner.rst
v4l2-tveeprom.rst
v4l2-videobuf.rst media: Documentation/media: drop/fix vivi references 2020-04-16 10:37:49 +02:00
v4l2-videobuf2.rst