diff mbox series

[1/1] cmd: pwm: fix typo 'eisable' -> 'disable'

Message ID 20220225134854.14586-1-sebastien.szymanski@armadeus.com
State Accepted
Commit 55fd1c442e747338604ef0075a4a888a40399ddc
Delegated to: Tom Rini
Headers show
Series [1/1] cmd: pwm: fix typo 'eisable' -> 'disable' | expand

Commit Message

Sébastien Szymanski Feb. 25, 2022, 1:48 p.m. UTC
Fixed misspelled 'disable' in help text.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 cmd/pwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek Feb. 25, 2022, 2 p.m. UTC | #1
On 2/25/22 14:48, Sébastien Szymanski wrote:
> Fixed misspelled 'disable' in help text.
> 
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
>   cmd/pwm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/pwm.c b/cmd/pwm.c
> index 7947e61aee..7e82955239 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");

Applied also with fixed tag added.
Fixes: a84d3b6c5634 ("cmd: pwm: Remove additional pwm description")

Thanks,
Michal
Tom Rini March 5, 2022, 4:35 p.m. UTC | #2
On Fri, Feb 25, 2022 at 02:48:54PM +0100, Sébastien Szymanski wrote:

> Fixed misspelled 'disable' in help text.
> 
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/pwm.c b/cmd/pwm.c
index 7947e61aee..7e82955239 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");