[PATCH v4 4/4] riscv: lib: modify the indent
Zong Li
zong.li at sifive.com
Tue Aug 31 11:20:38 CEST 2021
We usually use a space in function declaration, rather than a tab.
Signed-off-by: Zong Li <zong.li at sifive.com>
Reviewed-by: Sean Anderson <seanga2 at gmail.com>
---
arch/riscv/include/asm/cache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/include/asm/cache.h b/arch/riscv/include/asm/cache.h
index ec8fe201d3..874963d731 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.
--
2.32.0
More information about the U-Boot
mailing list