diff mbox series

[1/1] lib: sbi_scratch: typo scatch

Message ID 20201001102747.15565-1-xypron.glpk@gmx.de
State Accepted
Headers show
Series [1/1] lib: sbi_scratch: typo scatch | expand

Commit Message

Heinrich Schuchardt Oct. 1, 2020, 10:27 a.m. UTC
%s/scatch/scratch

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/sbi/sbi_scratch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.28.0

Comments

Anup Patel Oct. 1, 2020, 10:39 a.m. UTC | #1
> -----Original Message-----
> From: opensbi <opensbi-bounces@lists.infradead.org> On Behalf Of Heinrich
> Schuchardt
> Sent: 01 October 2020 15:58
> To: Atish Patra <Atish.Patra@wdc.com>
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>; OpenSBI List
> <opensbi@lists.infradead.org>; Atish Patra <atishp@atishpatra.org>
> Subject: [PATCH 1/1] lib: sbi_scratch: typo scatch
> 
> %s/scatch/scratch
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  include/sbi/sbi_scratch.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h index
> 8086207..9f3453d 100644
> --- a/include/sbi/sbi_scratch.h
> +++ b/include/sbi/sbi_scratch.h
> @@ -85,7 +85,7 @@ enum sbi_scratch_options {  #define
> sbi_scratch_thishart_arg1_ptr() \
>  	((void *)(sbi_scratch_thishart_ptr()->next_arg1))
> 
> -/** Initialize scatch table and allocator */
> +/** Initialize scratch table and allocator */
>  int sbi_scratch_init(struct sbi_scratch *scratch);
> 
>  /**
> --
> 2.28.0

Looks good to me.

Reviewed-by: Anup Patel <anup.patel@wdc.com>

Regards,
Anup
Anup Patel Oct. 2, 2020, 10:25 a.m. UTC | #2
> -----Original Message-----
> From: Anup Patel
> Sent: 01 October 2020 16:09
> To: Heinrich Schuchardt <xypron.glpk@gmx.de>; Atish Patra
> <Atish.Patra@wdc.com>
> Cc: OpenSBI List <opensbi@lists.infradead.org>; Atish Patra
> <atishp@atishpatra.org>
> Subject: RE: [PATCH 1/1] lib: sbi_scratch: typo scatch
> 
> 
> 
> > -----Original Message-----
> > From: opensbi <opensbi-bounces@lists.infradead.org> On Behalf Of
> > Heinrich Schuchardt
> > Sent: 01 October 2020 15:58
> > To: Atish Patra <Atish.Patra@wdc.com>
> > Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>; OpenSBI List
> > <opensbi@lists.infradead.org>; Atish Patra <atishp@atishpatra.org>
> > Subject: [PATCH 1/1] lib: sbi_scratch: typo scatch
> >
> > %s/scatch/scratch
> >
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> > ---
> >  include/sbi/sbi_scratch.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h
> > index 8086207..9f3453d 100644
> > --- a/include/sbi/sbi_scratch.h
> > +++ b/include/sbi/sbi_scratch.h
> > @@ -85,7 +85,7 @@ enum sbi_scratch_options {  #define
> > sbi_scratch_thishart_arg1_ptr() \
> >  	((void *)(sbi_scratch_thishart_ptr()->next_arg1))
> >
> > -/** Initialize scatch table and allocator */
> > +/** Initialize scratch table and allocator */
> >  int sbi_scratch_init(struct sbi_scratch *scratch);
> >
> >  /**
> > --
> > 2.28.0
> 
> Looks good to me.
> 
> Reviewed-by: Anup Patel <anup.patel@wdc.com>
> 

Applied this patch to the riscv/opensbi repo

Thanks,
Anup
diff mbox series

Patch

diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h
index 8086207..9f3453d 100644
--- a/include/sbi/sbi_scratch.h
+++ b/include/sbi/sbi_scratch.h
@@ -85,7 +85,7 @@  enum sbi_scratch_options {
 #define sbi_scratch_thishart_arg1_ptr() \
 	((void *)(sbi_scratch_thishart_ptr()->next_arg1))

-/** Initialize scatch table and allocator */
+/** Initialize scratch table and allocator */
 int sbi_scratch_init(struct sbi_scratch *scratch);

 /**