diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2020-03-08 20:52:41 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-03-10 10:27:28 +0530 |
commit | 650c0e525ce60e80b6756aa8cc4eeae5b20ccbd8 (patch) | |
tree | 579e92ff39fa780818fe483337850d28df5ddb15 /include/sbi/sbi_types.h | |
parent | 6e87507db6ce7be39ccccb33d6283814f0283c09 (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'include/sbi/sbi_types.h')
-rw-r--r-- | include/sbi/sbi_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sbi/sbi_types.h b/include/sbi/sbi_types.h index b1686bf..b59a6ff 100644 --- a/include/sbi/sbi_types.h +++ b/include/sbi/sbi_types.h @@ -89,7 +89,8 @@ typedef unsigned long physical_size_t; /* clang-format on */ #else -/* OPENSBI_EXTERNAL_SBI_TYPES could be defined in CFLAGS for using the +/* + * OPENSBI_EXTERNAL_SBI_TYPES could be defined in CFLAGS for using the * external definitions of data types and common macros. * OPENSBI_EXTERNAL_SBI_TYPES is the file name to external header file, * the external build system should address the additional include |