[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2020.07, updated. 9974d9963dc53258726a7a1903
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2022-02-25 13:53:06
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2020.07 has been updated
via 9974d9963dc53258726a7a1903452903029e8451 (commit)
from 815dd4fdf0fedb63c7d78e473328f2d253d8b354 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9974d9963dc53258726a7a1903452903029e8451
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Feb 25 14:45:44 2022 +0100
cmd: pwm: fix typo 'eisable' -> 'disable'
Fixed misspelled 'disable' in help text.
-----------------------------------------------------------------------
Summary of changes:
cmd/pwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/pwm.c b/cmd/pwm.c
index 7f9206f67c..69260d4635 100644
--- a/cmd/pwm.c
+++ b/cmd/pwm.c
@@ -111,5 +111,5 @@ U_BOOT_CMD(pwm, 6, 0, do_pwm,
"invert <pwm_dev_num> <channel> <polarity> - invert polarity\n"
"pwm config <pwm_dev_num> <channel> <period_ns> <duty_ns> - config PWM\n"
"pwm enable <pwm_dev_num> <channel> - enable PWM output\n"
- "pwm disable <pwm_dev_num> <channel> - eisable PWM output\n"
+ "pwm disable <pwm_dev_num> <channel> - disable PWM output\n"
"Note: All input values are in decimal");
hooks/post-receive
--
armadeus/u-boot
|