[PATCH] bootstage: Correct exhasuted typo

From: Simon Glass sjg@chromium.org
Correct this typo in the warning message shown when no more bootstage records can be added.
Signed-off-by: Simon Glass sjg@chromium.org Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com --- I just cherry-pick the Simon's patch in the branch fix-bs-working of the dm custodian git but it is not yet present in patchwork.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978...
Regards
Patrick
common/bootstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/bootstage.c b/common/bootstage.c index a68d883c684c..0e6d80718fd5 100644 --- a/common/bootstage.c +++ b/common/bootstage.c @@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const char *name, rec->flags = flags; rec->id = id; } else { - log_warning("Bootstage space exhasuted\n"); + log_warning("Bootstage space exhausted\n"); } }

On Tue, 7 Nov 2023 at 02:18, Patrick Delaunay patrick.delaunay@foss.st.com wrote:
From: Simon Glass sjg@chromium.org
Correct this typo in the warning message shown when no more bootstage records can be added.
Signed-off-by: Simon Glass sjg@chromium.org Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com
I just cherry-pick the Simon's patch in the branch fix-bs-working of the dm custodian git but it is not yet present in patchwork.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978...
Reviewed-by: Simon Glass sjg@chromium.org
Thank you
Regards
Patrick
common/bootstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/bootstage.c b/common/bootstage.c index a68d883c684c..0e6d80718fd5 100644 --- a/common/bootstage.c +++ b/common/bootstage.c @@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const char *name, rec->flags = flags; rec->id = id; } else {
log_warning("Bootstage space exhasuted\n");
log_warning("Bootstage space exhausted\n"); } }
-- 2.25.1

On Tue, 7 Nov 2023 at 02:18, Patrick Delaunay patrick.delaunay@foss.st.com wrote:
From: Simon Glass sjg@chromium.org
Correct this typo in the warning message shown when no more bootstage records can be added.
Signed-off-by: Simon Glass sjg@chromium.org Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com
I just cherry-pick the Simon's patch in the branch fix-bs-working of the dm custodian git but it is not yet present in patchwork.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978...
Reviewed-by: Simon Glass sjg@chromium.org
Thank you
Regards
Patrick
common/bootstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
participants (2)
-
Patrick Delaunay
-
Simon Glass