<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27533">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/lint: Update checkpatch max line length from 80 to 96<br><br>There are arguments for and against the 80 character line length.  I<br>don't think there are significant arguments for making it shorter, but<br>many people would prefer that it was much longer.<br><br>This patch is trying to be a compromise between the two groups without<br>adjusting the tab length.<br><br>Change-Id: Ic76f9544a609f4c941902c45d5f77df0b644f6a8<br>Signed-off-by: Martin Roth <martin@coreboot.org><br>---<br>M util/lint/checkpatch.pl<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/27533/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl</span><br><span>index c35a0d6..ceeda48 100755</span><br><span>--- a/util/lint/checkpatch.pl</span><br><span>+++ b/util/lint/checkpatch.pl</span><br><span>@@ -49,7 +49,7 @@</span><br><span> my @exclude = (); #coreboot</span><br><span> my $help = 0;</span><br><span> my $configuration_file = ".checkpatch.conf";</span><br><span style="color: hsl(0, 100%, 40%);">-my $max_line_length = 80;</span><br><span style="color: hsl(120, 100%, 40%);">+my $max_line_length = 96;    # coreboot - 80 characters + 2 tabs indentation</span><br><span> my $ignore_perl_version = 0;</span><br><span> my $minimum_perl_version = 5.10.0;</span><br><span> my $min_conf_desc_length = 4;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27533">change 27533</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27533"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic76f9544a609f4c941902c45d5f77df0b644f6a8 </div>
<div style="display:none"> Gerrit-Change-Number: 27533 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>