linux-stable/Documentation/media/uapi
Mauro Carvalho Chehab a17a954efd [media] docs-rst: fix some broken struct references
The :c:type: references point to the structure name, and not to
struct foo.

Fixed via this shell script:

	for i in `find Documentation/media -type f`; do perl -ne 'if (s/\:c\:type\:\`struct\s*(\S+)\`/struct :c:type:`$1`/) { s/struct\s+struct/struct/;  s/(struct\s+\:c\:type\:\`\S+\`)\s+structure/$1/;  } print $_' <$i >a && mv a $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-09-09 09:55:18 -03:00
..
cec [media] docs-rst: fix some broken struct references 2016-09-09 09:55:18 -03:00
dvb [media] docs-rst: simplify c:type: cross references 2016-09-09 09:54:54 -03:00
mediactl [media] docs-rst: convert uAPI structs to C domain 2016-09-09 09:34:01 -03:00
rc [media] docs-rst: Convert LIRC uAPI to use C function references 2016-08-22 21:23:46 -03:00
v4l [media] docs-rst: fix some broken struct references 2016-09-09 09:55:18 -03:00
fdl-appendix.rst
gen-errors.rst [media] gen-errors.rst fix error table column limits 2016-08-22 10:31:14 -03:00