Sugnan Prabhu S has uploaded this change for review.

View Change

util/lint: checkpatch.pl update max_line_length

This change updates the max_line_length in checkpatch.pl as per the
updated coding style for breaking the long lines.

Change-Id: Id6be7756ccfe63016bd6a495cdbbb187effdedfb
Signed-off-by: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
---
M util/lint/checkpatch.pl
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/43324/1
diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl
index 1affdb7..c6cbe69 100755
--- a/util/lint/checkpatch.pl
+++ b/util/lint/checkpatch.pl
@@ -51,7 +51,7 @@
my @exclude = (); #coreboot
my $help = 0;
my $configuration_file = ".checkpatch.conf";
-my $max_line_length = 80;
+my $max_line_length = 96;
my $ignore_perl_version = 0;
my $minimum_perl_version = 5.10.0;
my $min_conf_desc_length = 4;

To view, visit change 43324. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6be7756ccfe63016bd6a495cdbbb187effdedfb
Gerrit-Change-Number: 43324
Gerrit-PatchSet: 1
Gerrit-Owner: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
Gerrit-MessageType: newchange