u-boot/arch/mips/mach-octeon
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 doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
bootoctlinux.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cache.c mips: octeon: cache.c: Flush all pending writes in flush_dcache_range() 2020-10-07 20:25:57 +02:00
clock.c mips: octeon: Initial minimal support for the Marvell Octeon SoC 2020-07-18 15:47:50 +02:00
cpu.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-bootmem.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-coremask.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-helper-cfg.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-helper-fdt.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-helper-jtag.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-helper-util.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-helper.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-pcie.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cvmx-qlm.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
dram.c mips: octeon: Report full DDR size in dram_init() to gd->ram_size 2020-11-30 18:31:56 +01:00
Kconfig mips: octeon: Add Octeon III NIC23 board support 2021-04-23 21:22:55 +02:00
lowlevel_init.S mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux booting 2020-10-07 20:25:57 +02:00
Makefile mips: octeon: Makefile: Enable building of the newly added C files 2021-04-23 21:03:24 +02:00
octeon_fdt.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
octeon_qlm.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00