[PATCH 1/1] lib: sbi_scratch: typo scatch
Anup Patel
Anup.Patel at wdc.com
Fri Oct 2 06:25:19 EDT 2020
> -----Original Message-----
> From: Anup Patel
> Sent: 01 October 2020 16:09
> To: Heinrich Schuchardt <xypron.glpk at gmx.de>; Atish Patra
> <Atish.Patra at wdc.com>
> Cc: OpenSBI List <opensbi at lists.infradead.org>; Atish Patra
> <atishp at atishpatra.org>
> Subject: RE: [PATCH 1/1] lib: sbi_scratch: typo scatch
>
>
>
> > -----Original Message-----
> > From: opensbi <opensbi-bounces at lists.infradead.org> On Behalf Of
> > Heinrich Schuchardt
> > Sent: 01 October 2020 15:58
> > To: Atish Patra <Atish.Patra at wdc.com>
> > Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>; OpenSBI List
> > <opensbi at lists.infradead.org>; Atish Patra <atishp at atishpatra.org>
> > Subject: [PATCH 1/1] lib: sbi_scratch: typo scatch
> >
> > %s/scatch/scratch
> >
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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 at wdc.com>
>
Applied this patch to the riscv/opensbi repo
Thanks,
Anup
More information about the opensbi
mailing list