diff mbox series

[v2,4/8] bootstage: Fix 'stacked' typo

Message ID 20200703163711.1658000-4-sjg@chromium.org
State Accepted
Commit dafde79ddbc0a711706db188638512ee0644caf9
Delegated to: Bin Meng
Headers show
Series [v2,1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* | expand

Commit Message

Simon Glass July 3, 2020, 4:37 p.m. UTC
This should be 'stashed'. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 include/bootstage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng July 7, 2020, 7:07 a.m. UTC | #1
On Sat, Jul 4, 2020 at 12:38 AM Simon Glass <sjg@chromium.org> wrote:
>
> This should be 'stashed'. Fix it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> (no changes since v1)
>
>  include/bootstage.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Bin Meng July 7, 2020, 7:19 a.m. UTC | #2
On Tue, Jul 7, 2020 at 3:07 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Sat, Jul 4, 2020 at 12:38 AM Simon Glass <sjg@chromium.org> wrote:
> >
> > This should be 'stashed'. Fix it.
> >
> > Signed-off-by: Simon Glass <sjg@chromium.org>
> > ---
> >
> > (no changes since v1)
> >
> >  include/bootstage.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/include/bootstage.h b/include/bootstage.h
index f507271375..00c85fb86a 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -338,7 +338,7 @@  int bootstage_stash(void *base, int size);
  * @param base	Base address of memory buffer
  * @param size	Size of memory buffer (-1 if unknown)
  * @return 0 if unstashed ok, -ENOENT if bootstage info not found, -ENOSPC if
- *	there is not space for read the stacked data, or other error if
+ *	there is not space for read the stashed data, or other error if
  *	something else went wrong
  */
 int bootstage_unstash(const void *base, int size);