From: <Andrei.Simion@microchip.com>
To: <krzk@kernel.org>, <claudiu.beznea@tuxon.dev>,
<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<peda@axentia.se>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<Cristian.Birsan@microchip.com>
Subject: Re: [PATCH 1/5] ARM: dts: microchip: Clean up spacing and indentation
Date: Wed, 14 Aug 2024 13:32:54 +0000 [thread overview]
Message-ID: <5e37e263-ee00-41bd-a650-1c1374e24d66@microchip.com> (raw)
In-Reply-To: <3294e2d3-5142-4d7f-89d3-35528f26066e@kernel.org>
On 14.08.2024 16:20, Krzysztof Kozlowski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> 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
>
checkpatch.pl has no lower limit for the number of characters.
If you want 75 cols. OK for me.
> Please be specific what are you changing.
>
It was a bigger/bloated patch and I split it into smaller
ones based on what ARM/Microchip (AT91) Maintainer said.
>
>>
>> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
>> ---
>> Split the bloated patch into small patches on topics
>> based on comments:
>> https://lore.kernel.org/linux-arm-kernel/89f51615-0dee-4ab0-ab72-e3c057fee1e7@tuxon.dev/
>> ---
>> 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...
>
WARNING: please, no space before tabs
#10: FILE: arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts:10:
+ * ^ICopyright (C) 2012 Atmel,$
after this patch : this warning disappears.
>> * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
>> */
>>
>
> Best regards,
> Krzysztof
>
BR,
Andrei Simion
next prev parent reply other threads:[~2024-08-14 13:33 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-14 12:26 [PATCH 0/5] Cosmetic Work for ARM/Microchip (AT91) Andrei Simion
2024-08-14 12:26 ` [PATCH 1/5] ARM: dts: microchip: Clean up spacing and indentation Andrei Simion
2024-08-14 13:20 ` Krzysztof Kozlowski
2024-08-14 13:32 ` Andrei.Simion [this message]
2024-08-14 13:57 ` Krzysztof Kozlowski
2024-08-14 14:20 ` Andrei.Simion
2024-08-14 12:26 ` [PATCH 2/5] ARM: dts: microchip: Rename the eeprom nodename Andrei Simion
2024-08-14 12:26 ` [PATCH 3/5] ARM: dts: microchip: Rename the pmic node Andrei Simion
2024-08-14 13:20 ` Krzysztof Kozlowski
2024-08-14 13:58 ` Krzysztof Kozlowski
2024-08-14 12:26 ` [PATCH 4/5] ARM: dts: microchip: Rename the usb node Andrei Simion
2024-08-14 13:22 ` Krzysztof Kozlowski
2024-09-05 13:51 ` Andrei.Simion
2024-09-05 13:55 ` Krzysztof Kozlowski
2024-08-14 12:26 ` [PATCH 5/5] ARM: dts: microchip: Rename LED sub nodes name Andrei Simion
2024-08-14 13:23 ` Krzysztof Kozlowski
2024-08-15 7:57 ` Alexander Dahl
2024-08-16 8:52 ` Andrei.Simion
2024-08-16 9:06 ` Alexander Dahl
2024-08-20 6:32 ` Andrei.Simion
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5e37e263-ee00-41bd-a650-1c1374e24d66@microchip.com \
--to=andrei.simion@microchip.com \
--cc=Cristian.Birsan@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peda@axentia.se \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).