* [PATCH] ARM: fix typo in sxb state variable
@ 2021-04-06 15:00 Vivien Didelot
2021-04-07 7:05 ` Ahmad Fatoum
0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2021-04-06 15:00 UTC (permalink / raw)
To: barebox; +Cc: Anees Rehman, Vivien Didelot
From: Vivien Didelot <vdidelot@pbsc.com>
The sxb state contains a variable with two typos in it:
sucessfull -> successful, fix it.
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
---
arch/arm/dts/ac-sxb.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/ac-sxb.dts b/arch/arm/dts/ac-sxb.dts
index 8f2eec0fa0..8a030a5c66 100644
--- a/arch/arm/dts/ac-sxb.dts
+++ b/arch/arm/dts/ac-sxb.dts
@@ -68,7 +68,7 @@
default= <1>;
};
- last_chosen_sucessfull@1c {
+ last_chosen_successful@1c {
reg = <0x1c 0x4>;
type = "uint32";
default = <0>;
--
2.30.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: fix typo in sxb state variable
2021-04-06 15:00 [PATCH] ARM: fix typo in sxb state variable Vivien Didelot
@ 2021-04-07 7:05 ` Ahmad Fatoum
0 siblings, 0 replies; 2+ messages in thread
From: Ahmad Fatoum @ 2021-04-07 7:05 UTC (permalink / raw)
To: Vivien Didelot, barebox; +Cc: Anees Rehman, Vivien Didelot
Hello Vivien,
On 06.04.21 17:00, Vivien Didelot wrote:
> From: Vivien Didelot <vdidelot@pbsc.com>
>
> The sxb state contains a variable with two typos in it:
> sucessfull -> successful, fix it.
>
> Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
> ---
> arch/arm/dts/ac-sxb.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/ac-sxb.dts b/arch/arm/dts/ac-sxb.dts
> index 8f2eec0fa0..8a030a5c66 100644
> --- a/arch/arm/dts/ac-sxb.dts
> +++ b/arch/arm/dts/ac-sxb.dts
> @@ -68,7 +68,7 @@
> default= <1>;
> };
>
> - last_chosen_sucessfull@1c {
> + last_chosen_successful@1c {
This changes API for Linux userspace (barebox-state command) and is
probably best left alone unless Anees says it's ok.
> reg = <0x1c 0x4>;
> type = "uint32";
> default = <0>;
>
Cheers,
Ahmad
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-07 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 15:00 [PATCH] ARM: fix typo in sxb state variable Vivien Didelot
2021-04-07 7:05 ` Ahmad Fatoum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox