From 0492c5d92ba0b0e39c235cffdb8791769e22d479 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Wed, 15 Jan 2020 10:45:45 +0530 Subject: [PATCH] include: Typo fix in comment for SBI_SCRATCH_SIZE define This patch fixes a minor typo in comment for SBI_SCRATCH_SIZE define. Signed-off-by: Anup Patel Reviewed-by: Atish Patra --- 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 fd18bb24..2e6fd5a6 100644 --- a/include/sbi/sbi_scratch.h +++ b/include/sbi/sbi_scratch.h @@ -36,7 +36,7 @@ #define SBI_SCRATCH_OPTIONS_OFFSET (9 * __SIZEOF_POINTER__) /** Offset of extra space in sbi_scratch */ #define SBI_SCRATCH_EXTRA_SPACE_OFFSET (10 * __SIZEOF_POINTER__) -/** Maximum size of sbi_scratch and sbi_ipi_data */ +/** Maximum size of sbi_scratch */ #define SBI_SCRATCH_SIZE (64 * __SIZEOF_POINTER__) /* clang-format on */