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_const.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/sbi/sbi_const.h') diff --git a/include/sbi/sbi_const.h b/include/sbi/sbi_const.h index 423d2cf..3786654 100644 --- a/include/sbi/sbi_const.h +++ b/include/sbi/sbi_const.h @@ -10,7 +10,8 @@ #ifndef __SBI_CONST_H__ #define __SBI_CONST_H__ -/* Some constant macros are used in both assembler and +/* + * Some constant macros are used in both assembler and * C code. Therefore we cannot annotate them always with * 'UL' and other type specifiers unilaterally. We * use the following macros to deal with this. @@ -39,8 +40,8 @@ #define UL(x) (_UL(x)) #define ULL(x) (_ULL(x)) -#define __STR(s) #s -#define STRINGIFY(s) __STR(s) +#define __STR(s) #s +#define STRINGIFY(s) __STR(s) /* clang-format on */ -- cgit v1.2.3