mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
a17a954efd
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> |
||
---|---|---|
.. | ||
cec-api.rst | ||
cec-func-close.rst | ||
cec-func-ioctl.rst | ||
cec-func-open.rst | ||
cec-func-poll.rst | ||
cec-funcs.rst | ||
cec-header.rst | ||
cec-intro.rst | ||
cec-ioc-adap-g-caps.rst | ||
cec-ioc-adap-g-log-addrs.rst | ||
cec-ioc-adap-g-phys-addr.rst | ||
cec-ioc-dqevent.rst | ||
cec-ioc-g-mode.rst | ||
cec-ioc-receive.rst |