[PATCH 1/7] soc: fsl: qe: remove space-before-tab

Christophe Leroy christophe.leroy at c-s.fr
Fri Oct 18 23:57:21 AEDT 2019



Le 18/10/2019 à 14:52, Rasmus Villemoes a écrit :
> Signed-off-by: Rasmus Villemoes <linux at rasmusvillemoes.dk>
> ---
>   drivers/soc/fsl/qe/qe.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/soc/fsl/qe/qe.c b/drivers/soc/fsl/qe/qe.c
> index 417df7e19281..6fcbfad408de 100644
> --- a/drivers/soc/fsl/qe/qe.c
> +++ b/drivers/soc/fsl/qe/qe.c
> @@ -378,8 +378,8 @@ static int qe_sdma_init(void)
>   	}
>   
>   	out_be32(&sdma->sdebcr, (u32) sdma_buf_offset & QE_SDEBCR_BA_MASK);
> - 	out_be32(&sdma->sdmr, (QE_SDMR_GLB_1_MSK |
> - 					(0x1 << QE_SDMR_CEN_SHIFT)));
> +	out_be32(&sdma->sdmr, (QE_SDMR_GLB_1_MSK |
> +					(0x1 << QE_SDMR_CEN_SHIFT)));

Could you also align the second line properly ?

Christophe

>   
>   	return 0;
>   }
> 


More information about the Linuxppc-dev mailing list