u-boot/scripts/dtc/libfdt
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
..
fdt.c libfdt: Fix signedness comparison warnings 2020-11-10 14:31:08 -05:00
fdt.h fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
fdt_addresses.c fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
fdt_empty_tree.c fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
fdt_overlay.c libfdt: Fix signedness comparison warnings 2020-11-10 14:31:08 -05:00
fdt_ro.c libfdt: Check for multiple/invalid root nodes 2021-02-15 22:31:53 -05:00
fdt_rw.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
fdt_strerror.c libfdt: Fix signedness comparison warnings 2020-11-10 14:31:08 -05:00
fdt_sw.c libfdt: Fix signedness comparison warnings 2020-11-10 14:31:08 -05:00
fdt_wip.c libfdt: Fix signedness comparison warnings 2020-11-10 14:31:08 -05:00
libfdt.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
libfdt_env.h fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
libfdt_internal.h fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
Makefile.libfdt fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00