On 14/08/2024 14:26, Andrei Simion wrote: > Checkpatch.pl reports some ERRORS related > to coding style (spacing and indentation). > So clean up : checkpatch.pl --fix-inplace Please wrap commit message according to Linux coding style / submission process (neither too early nor over the limit): https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597 Please be specific what are you changing. > > Signed-off-by: Andrei Simion <andrei.simion@xxxxxxxxxxxxx> > --- > Split the bloated patch into small patches on topics > based on comments: > https://lore.kernel.org/linux-arm-kernel/89f51615-0dee-4ab0-ab72-e3c057fee1e7@xxxxxxxxx/ > --- > arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts | 2 +- > arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts | 8 ++++---- > arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 8 ++++---- > arch/arm/boot/dts/microchip/at91sam9263ek.dts | 2 +- > 4 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts b/arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts > index 04cb7bee937d..1279dfb38300 100644 > --- a/arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts > +++ b/arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts > @@ -7,7 +7,7 @@ > * HCE Engineering > * > * Derived from at91sam9g35ek.dts by: > - * Copyright (C) 2012 Atmel, > + * Copyright (C) 2012 Atmel, Not sure what you are fixing here, but unnecessary tab was here before and still exists... > * 2012 Nicolas Ferre <nicolas.ferre@xxxxxxxxx> > */ > Best regards, Krzysztof