include: Typo fix in comment for SBI_SCRATCH_SIZE define
authorAnup Patel <anup.patel@wdc.com>
Wed, 15 Jan 2020 05:15:45 +0000 (10:45 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 22 Jan 2020 06:40:31 +0000 (12:10 +0530)
This patch fixes a minor typo in comment for SBI_SCRATCH_SIZE define.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi/sbi_scratch.h

index fd18bb2..2e6fd5a 100644 (file)
@@ -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 */