mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] checkpatch: increase maximum line length to 100
@ 2025-10-20 18:26 Ahmad Fatoum
  2025-10-22  6:55 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-10-20 18:26 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Linux has bumped this variable to 100 as well and we do not mind longer
lines where it serves readability.

Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
 scripts/checkpatch.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 1592497fb38a..734310ef834c 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -51,7 +51,7 @@ my %ignore_type = ();
 my @ignore = ();
 my $help = 0;
 my $configuration_file = ".checkpatch.conf";
-my $max_line_length = 80;
+my $max_line_length = 100;
 my $ignore_perl_version = 0;
 my $minimum_perl_version = 5.10.0;
 my $min_conf_desc_length = 4;
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] checkpatch: increase maximum line length to 100
  2025-10-20 18:26 [PATCH] checkpatch: increase maximum line length to 100 Ahmad Fatoum
@ 2025-10-22  6:55 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-10-22  6:55 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Mon, 20 Oct 2025 20:26:39 +0200, Ahmad Fatoum wrote:
> Linux has bumped this variable to 100 as well and we do not mind longer
> lines where it serves readability.
> 
> 

Applied, thanks!

[1/1] checkpatch: increase maximum line length to 100
      https://git.pengutronix.de/cgit/barebox/commit/?id=5aeb67b2cbb7 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-22  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-20 18:26 [PATCH] checkpatch: increase maximum line length to 100 Ahmad Fatoum
2025-10-22  6:55 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox