summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2019-07-23 21:29:59 -0700
committerAnup Patel <[email protected]>2019-07-25 09:14:58 +0530
commit85546a5477d470ab84922b3bc28debe127a47f05 (patch)
tree3e0827c775fc3b302832e6ccbc4843cf1cb8a0a0 /include
parentc90009aa2087eb690e6cb6e7d6d73e3c63de87c3 (diff)
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 <[email protected]> Reviewed-by: Lukas Auer <[email protected]> Acked-by: Anup Patel <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_platform.h b/include/sbi/sbi_platform.h
index e3377b49..34cd732c 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)
{