From 650c0e525ce60e80b6756aa8cc4eeae5b20ccbd8 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 8 Mar 2020 20:52:41 -0700 Subject: lib: sbi: Fix coding style issues This fixes various coding style issues found in the SBI codes. No functional changes. Signed-off-by: Bin Meng Reviewed-by: Anup Patel --- include/sbi/sbi_scratch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sbi/sbi_scratch.h') diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h index 0309349..1c85562 100644 --- a/include/sbi/sbi_scratch.h +++ b/include/sbi/sbi_scratch.h @@ -85,7 +85,8 @@ enum sbi_scratch_options { #define sbi_scratch_thishart_arg1_ptr() \ ((void *)(sbi_scratch_thishart_ptr()->next_arg1)) -/** Allocate from extra space in sbi_scratch +/** + * Allocate from extra space in sbi_scratch * * @return zero on failure and non-zero (>= SBI_SCRATCH_EXTRA_SPACE_OFFSET) * on success -- cgit v1.2.3