On 11. 04. 19 12:18, Alexander Dahl wrote:
> Some code parts stood too far left …
> 
> Signed-off-by: Alexander Dahl <a...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to