u-boot/drivers/net/pfe_eth
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 Convert CONFIG_ENV_SPI_BUS et al to Kconfig 2021-12-27 08:40:33 -05:00
Makefile drivers: cosmetic: Convert SPDX license tags to Linux Kernel style 2018-10-28 09:26:39 -04:00
pfe_cmd.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
pfe_driver.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pfe_eth.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pfe_firmware.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pfe_hw.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pfe_mdio.c net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x" 2021-09-28 18:50:56 +03:00