u-boot/drivers/net/octeontx2
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
..
cgx.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cgx.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
cgx_intf.c net: Add NIC controller driver for OcteonTX2 2020-10-14 07:55:56 +02:00
cgx_intf.h net: Add NIC controller driver for OcteonTX2 2020-10-14 07:55:56 +02:00
lmt.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
Makefile WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
nix.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
nix.h net: Add NIC controller driver for OcteonTX2 2020-10-14 07:55:56 +02:00
nix_af.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
npc.h WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
rvu.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
rvu_af.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
rvu_common.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
rvu_pf.c dm: Avoid accessing seq directly 2020-12-18 20:32:21 -07:00