mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
lib: sbi_scratch: typo scatch
%s/scatch/scratch Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:

committed by
Anup Patel

parent
7701ea13be
commit
79bf80b44e
@@ -85,7 +85,7 @@ enum sbi_scratch_options {
|
|||||||
#define sbi_scratch_thishart_arg1_ptr() \
|
#define sbi_scratch_thishart_arg1_ptr() \
|
||||||
((void *)(sbi_scratch_thishart_ptr()->next_arg1))
|
((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);
|
int sbi_scratch_init(struct sbi_scratch *scratch);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user