u-boot/drivers/video/ti
Heinrich Schuchardt 185f812c41 doc: replace @return by Return:
Sphinx expects Return: and not @return to indicate a return value.

find . -name '*.c' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

find . -name '*.h' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-01-19 18:11:34 +01:00
..
am335x-fb.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
am335x-fb.h video: omap: move drivers to 'ti' directory 2021-01-12 10:59:04 +05:30
Kconfig video: omap: move drivers to 'ti' directory 2021-01-12 10:59:04 +05:30
Makefile video: omap: move drivers to 'ti' directory 2021-01-12 10:59:04 +05:30
tilcdc-panel.c dm: fix build errors generated by last merges 2021-01-15 13:12:38 -05:00
tilcdc-panel.h video: omap: move drivers to 'ti' directory 2021-01-12 10:59:04 +05:30
tilcdc.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
tilcdc.h video: omap: move drivers to 'ti' directory 2021-01-12 10:59:04 +05:30