[PATCH v2 6/6] riscv: lib: modify the indent

Sean Anderson seanga2 at gmail.com
Tue Aug 10 06:55:24 CEST 2021


On 8/3/21 12:44 AM, Zong Li wrote:
> We usually use a space in function declaration, rather than a tab.
> 
> Signed-off-by: Zong Li <zong.li at sifive.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 6ebb2b4329..b700ff5021 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);
>   int cache_init(void);
>   
>   /*
> 

Reviewed-by: Sean Anderson <seanga2 at gmail.com>


More information about the U-Boot mailing list