u-boot/drivers/pinctrl/intel
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 x86: pinctrl: Fix 'relatove' typo 2020-09-01 17:00:27 +08:00
Makefile x86: apl: Add pinctrl driver 2019-12-15 11:44:26 +08:00
pinctrl.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pinctrl_apl.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00