docs: get rid of :c:type explicit declarations for structs
The :c:type:`foo` only works properly with structs before Sphinx 3.x. On Sphinx 3.x, structs should now be declared using the .. c:struct, and referenced via :c:struct tag. As we now have the automarkup.py macro, that automatically convert: struct foo into cross-references, let's get rid of that, solving several warnings when building docs with Sphinx 3.x. Reviewed-by: André Almeida <andrealmeid@collabora.com> # blk-mq.rst Reviewed-by: Takashi Iwai <tiwai@suse.de> # sound Reviewed-by:Mike Rapoport <rppt@linux.ibm.com> Reviewed-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Showing
- Documentation/block/blk-mq.rst 4 additions, 4 deletionsDocumentation/block/blk-mq.rst
- Documentation/block/inline-encryption.rst 4 additions, 4 deletionsDocumentation/block/inline-encryption.rst
- Documentation/driver-api/fpga/fpga-bridge.rst 2 additions, 2 deletionsDocumentation/driver-api/fpga/fpga-bridge.rst
- Documentation/driver-api/fpga/fpga-mgr.rst 2 additions, 2 deletionsDocumentation/driver-api/fpga/fpga-mgr.rst
- Documentation/driver-api/fpga/fpga-region.rst 1 addition, 1 deletionDocumentation/driver-api/fpga/fpga-region.rst
- Documentation/driver-api/iio/buffers.rst 1 addition, 1 deletionDocumentation/driver-api/iio/buffers.rst
- Documentation/driver-api/iio/core.rst 3 additions, 3 deletionsDocumentation/driver-api/iio/core.rst
- Documentation/driver-api/iio/hw-consumer.rst 1 addition, 1 deletionDocumentation/driver-api/iio/hw-consumer.rst
- Documentation/driver-api/iio/triggered-buffers.rst 1 addition, 1 deletionDocumentation/driver-api/iio/triggered-buffers.rst
- Documentation/driver-api/iio/triggers.rst 2 additions, 2 deletionsDocumentation/driver-api/iio/triggers.rst
- Documentation/driver-api/media/dtv-frontend.rst 2 additions, 2 deletionsDocumentation/driver-api/media/dtv-frontend.rst
- Documentation/driver-api/media/mc-core.rst 12 additions, 12 deletionsDocumentation/driver-api/media/mc-core.rst
- Documentation/driver-api/media/v4l2-controls.rst 1 addition, 1 deletionDocumentation/driver-api/media/v4l2-controls.rst
- Documentation/driver-api/media/v4l2-dev.rst 4 additions, 4 deletionsDocumentation/driver-api/media/v4l2-dev.rst
- Documentation/driver-api/media/v4l2-device.rst 3 additions, 3 deletionsDocumentation/driver-api/media/v4l2-device.rst
- Documentation/driver-api/media/v4l2-event.rst 5 additions, 5 deletionsDocumentation/driver-api/media/v4l2-event.rst
- Documentation/driver-api/media/v4l2-fh.rst 8 additions, 8 deletionsDocumentation/driver-api/media/v4l2-fh.rst
- Documentation/driver-api/media/v4l2-subdev.rst 1 addition, 1 deletionDocumentation/driver-api/media/v4l2-subdev.rst
- Documentation/driver-api/regulator.rst 2 additions, 2 deletionsDocumentation/driver-api/regulator.rst
- Documentation/driver-api/usb/URB.rst 1 addition, 1 deletionDocumentation/driver-api/usb/URB.rst
Loading
Please register or sign in to comment