[U-Boot] [PATCH 2/4] fpga: altera: cyclon2: Fix indentation

Michal Simek michal.simek at xilinx.com
Tue Apr 16 11:00:20 UTC 2019


On 11. 04. 19 12:18, Alexander Dahl wrote:
> Some code parts stood too far left …
> 
> Signed-off-by: Alexander Dahl <ada at thorsis.com>
> ---
>  drivers/fpga/cyclon2.c | 36 ++++++++++++++++++------------------
>  1 file changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/drivers/fpga/cyclon2.c b/drivers/fpga/cyclon2.c
> index 6755956e85..bd7931bbb1 100644
> --- a/drivers/fpga/cyclon2.c
> +++ b/drivers/fpga/cyclon2.c
> @@ -51,7 +51,7 @@ int CYC2_load(Altera_desc *desc, const void *buf, size_t bsize)
>  		 * function for FPP, too.
>  		 */
>  		PRINTF ("%s: Launching Fast Passive Parallel Loader\n",
> -		      __FUNCTION__);
> +			__FUNCTION__);

Will be good to fix things reported by checkpatch first and use proper
indentation. Then vice-versa.

M


More information about the U-Boot mailing list