u-boot/arch/x86/include/asm/arch-apollolake
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 x86: acpi: apl: Add asl files for Apollo Lake 2020-09-25 11:27:11 +08:00
fsp arch: x86: apl: Update FSP parameters 2020-08-03 10:46:56 +08:00
acpi.h x86: apl: Generate required ACPI tables 2020-09-25 11:27:19 +08:00
cpu.h x86: apl: Add core init for the SoC 2020-11-05 14:58:45 +08:00
fsp_bindings.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
global_nvs.h x86: Add a common global NVS structure 2020-09-25 11:27:12 +08:00
gpe.h x86: Add wake sources for the acpi_gpe driver 2020-09-25 11:27:15 +08:00
gpio.h x86: apl: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
hostbridge.h x86: apl: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
iomap.h x86: coral: Support TPM and RTC in SPL 2021-01-30 14:25:41 -07:00
lpc.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pch.h x86: apl: Add PCH driver 2019-12-15 11:44:28 +08:00
pm.h x86: apl: Add power-management definitions 2020-09-25 11:27:16 +08:00
pmc.h x86: apl: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
systemagent.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
uart.h x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00