* [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable'
@ 2022-02-25 13:48 Sébastien Szymanski
2022-02-25 14:00 ` Michal Simek
2022-03-05 16:35 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Sébastien Szymanski @ 2022-02-25 13:48 UTC (permalink / raw)
To: u-boot; +Cc: Simon Glass, Michal Simek, Sébastien Szymanski
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");
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable'
2022-02-25 13:48 [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable' Sébastien Szymanski
@ 2022-02-25 14:00 ` Michal Simek
2022-03-05 16:35 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2022-02-25 14:00 UTC (permalink / raw)
To: Sébastien Szymanski, u-boot; +Cc: Simon Glass, Michal Simek
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable'
2022-02-25 13:48 [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable' Sébastien Szymanski
2022-02-25 14:00 ` Michal Simek
@ 2022-03-05 16:35 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-03-05 16:35 UTC (permalink / raw)
To: Sébastien Szymanski; +Cc: u-boot, Simon Glass, Michal Simek
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
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!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-05 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 13:48 [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable' Sébastien Szymanski
2022-02-25 14:00 ` Michal Simek
2022-03-05 16:35 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox