1
0
Fork 0
alistair23-linux/Documentation/driver-api/fpga
Mauro Carvalho Chehab 64d4151658 docs: fpga: replace :c:member: macros
Those macros are not doing the right thing with Sphinx 3,
causing parse errors:

	./Documentation/driver-api/fpga/fpga-mgr.rst:104: WARNING: Unparseable C cross-reference: 'fpga_manager->state'
	Invalid C declaration: Expected end of definition. [error at 12]
	  fpga_manager->state
	  ------------^
	./Documentation/driver-api/fpga/fpga-programming.rst:18: WARNING: Unparseable C cross-reference: 'fpga_region->info'
	Invalid C declaration: Expected end of definition. [error at 11]
	  fpga_region->info
	  -----------^
	./Documentation/driver-api/fpga/fpga-region.rst:62: WARNING: Unparseable C cross-reference: 'fpga_region->bridge_list'
	Invalid C declaration: Expected end of definition. [error at 11]
	  fpga_region->bridge_list
	  -----------^
	./Documentation/driver-api/fpga/fpga-region.rst:62: WARNING: Unparseable C cross-reference: 'fpga_region->get_bridges'
	Invalid C declaration: Expected end of definition. [error at 11]
	  fpga_region->get_bridges
	  -----------^

Replace them by :c:expr:, with does what's desired.

Reviewed-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-10-15 07:49:43 +02:00
..
fpga-bridge.rst docs: get rid of :c:type explicit declarations for structs 2020-10-15 07:49:40 +02:00
fpga-mgr.rst docs: fpga: replace :c:member: macros 2020-10-15 07:49:43 +02:00
fpga-programming.rst docs: fpga: replace :c:member: macros 2020-10-15 07:49:43 +02:00
fpga-region.rst docs: fpga: replace :c:member: macros 2020-10-15 07:49:43 +02:00
index.rst docs: fpga: document programming fpgas using regions 2018-10-16 11:13:50 +02:00
intro.rst docs: fpga: document programming fpgas using regions 2018-10-16 11:13:50 +02:00