From 85546a5477d470ab84922b3bc28debe127a47f05 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 23 Jul 2019 21:29:59 -0700 Subject: treewide: Use conventional names for 32-bit and 64-bit There are several places in the source tree that have: 32bit, 32 bit, 64bit, 64 bit Fix by using the conventional names with a hyphen. Signed-off-by: Bin Meng Reviewed-by: Lukas Auer Acked-by: Anup Patel --- include/sbi/sbi_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sbi/sbi_platform.h') diff --git a/include/sbi/sbi_platform.h b/include/sbi/sbi_platform.h index e3377b4..34cd732 100644 --- a/include/sbi/sbi_platform.h +++ b/include/sbi/sbi_platform.h @@ -417,7 +417,7 @@ static inline int sbi_platform_ipi_init(const struct sbi_platform *plat, * * @param plat pointer to struct sbi_platform * - * @return 64bit timer value + * @return 64-bit timer value */ static inline u64 sbi_platform_timer_value(const struct sbi_platform *plat) { -- cgit v1.2.3