On 26/03/2024 15:48, Tudor Ambarus wrote: > > > On 3/26/24 11:10, Alim Akhtar wrote: >> Hi Tudor > > Hi, Alim! >> >>> -----Original Message----- >>> From: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> >>> Sent: Tuesday, March 26, 2024 4:06 PM >>> To: peter.griffin@xxxxxxxxxx; robh+dt@xxxxxxxxxx; >>> krzysztof.kozlowski+dt@xxxxxxxxxx; conor+dt@xxxxxxxxxx >>> Cc: alim.akhtar@xxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- >>> samsung-soc@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux- >>> kernel@xxxxxxxxxxxxxxx; andre.draszik@xxxxxxxxxx; >>> willmcvicker@xxxxxxxxxx; kernel-team@xxxxxxxxxxx; Tudor Ambarus >>> <tudor.ambarus@xxxxxxxxxx> >>> Subject: [PATCH v2 3/4] arm64: dts: exynos: gs101: join lines close to 80 >> chars >>> >>> These lines fit 81 characters, which is pretty close to 80. >>> Join the lines. >>> >> Does this breaks checkpatch flow? > > ./scripts/checkpatch --strict does not complain Because checkpatch does not have limit of 80... Coding style has, but for readability it is fine to stretch or even break this rule. Best regards, Krzysztof