summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZong Li <[email protected]>2021-09-01 15:01:43 +0800
committerLeo Yu-Chi Liang <[email protected]>2021-09-07 10:34:29 +0800
commit30fa33dc808b8f28185bca9c812225cbc1ec6e8f (patch)
treee3986858c31a0d06f2724cbf007aa5d31b245931
parent835210a125bef56dacb687cb9f4deae61e68e79d (diff)
riscv: lib: modify the indent
We usually use a space in function declaration, rather than a tab. Signed-off-by: Zong Li <[email protected]> Reviewed-by: Sean Anderson <[email protected]> Reviewed-by: Rick Chen <[email protected]>
-rw-r--r--arch/riscv/include/asm/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/cache.h b/arch/riscv/include/asm/cache.h
index ec8fe201d3c..874963d7311 100644
--- a/arch/riscv/include/asm/cache.h
+++ b/arch/riscv/include/asm/cache.h
@@ -8,7 +8,7 @@
#define _ASM_RISCV_CACHE_H
/* cache */
-void cache_flush(void);
+void cache_flush(void);
/*
* The current upper bound for RISCV L1 data cache line sizes is 32 bytes.