Message ID | 20201001102747.15565-1-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] lib: sbi_scratch: typo scatch | expand |
> -----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
> -----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 --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); /**
%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