u-boot/drivers/clk/microchip
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
..
Kconfig clk: Add Microchip PolarFire SoC clock driver 2021-01-18 11:06:38 +08:00
Makefile clk: Add Microchip PolarFire SoC clock driver 2021-01-18 11:06:38 +08:00
mpfs_clk.c clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flag 2021-04-08 15:37:30 +08:00
mpfs_clk.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
mpfs_clk_cfg.c clk: Add Microchip PolarFire SoC clock driver 2021-01-18 11:06:38 +08:00
mpfs_clk_periph.c clk: Add Microchip PolarFire SoC clock driver 2021-01-18 11:06:38 +08:00