u-boot/arch/arm/mach-s5pc1xx
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
..
include/mach doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cache.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
clock.c arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace 2021-12-27 16:20:18 -05:00
Kconfig exynos: Convert to use CONFIG_BLK 2019-02-09 12:50:21 -07:00
Makefile exynos: Convert to use CONFIG_BLK 2019-02-09 12:50:21 -07:00
pinmux.c exynos: Convert to use CONFIG_BLK 2019-02-09 12:50:21 -07:00
reset.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00