summaryrefslogtreecommitdiff
path: root/cmd/pinmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/pinmux.c')
-rw-r--r--cmd/pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/pinmux.c b/cmd/pinmux.c
index 2d23357526..f17cf4110d 100644
--- a/cmd/pinmux.c
+++ b/cmd/pinmux.c
@@ -47,7 +47,7 @@ static int do_dev(struct cmd_tbl *cmdtp, int flag, int argc,
* @param dev pinctrl device
* @param name NULL to display all the pins
* or name of the pin to display
- * @return 0 on success, non-0 on error
+ * Return: 0 on success, non-0 on error
*/
static int show_pinmux(struct udevice *dev, char *name)
{