u-boot/lib/acpi
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
..
acpi_device.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
acpi_dp.c dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() 2020-09-25 11:27:14 +08:00
acpi_table.c acpi: Use U-Boot version for OEM_REVISION 2021-10-06 09:15:14 -04:00
acpigen.c acpi: Add more support for generating processor tables 2020-09-25 11:27:18 +08:00
Makefile acpi: Support writing Device Properties objects via _DSD 2020-07-17 14:32:24 +08:00