<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/25301">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lint: checkpatch_osmo.sh: ignore LONG_LINE_*<br><br>According to a comment in checkpatch.pl, these should automatically be<br>ignored when LONG_LINE is ignored. However I found that it's still<br>complaining about LONG_LINE_COMMENT, so explicitly disable it.<br><br>Related: OS#5087<br>Change-Id: I7aed3bfbfcb0b9e2f1d743b111e8418846f031d2<br>---<br>M lint/checkpatch/checkpatch_osmo.sh<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/01/25301/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>index b465b5a..849ccda 100755</span><br><span>--- a/lint/checkpatch/checkpatch_osmo.sh</span><br><span>+++ b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>@@ -24,7 +24,7 @@</span><br><span> # * INITIALISED_STATIC: we use this, see also http://lkml.iu.edu/hypermail/linux/kernel/0808.1/2235.html</span><br><span> # * LINE_CONTINUATIONS: false positives</span><br><span> # * LINE_SPACING: we don't always put a blank line after declarations</span><br><span style="color: hsl(0, 100%, 40%);">-# * LONG_LINE: should be 120 chars, but exceptions are done often so don't fail here</span><br><span style="color: hsl(120, 100%, 40%);">+# * LONG_LINE*: should be 120 chars, but exceptions are done often so don't fail here</span><br><span> # * PREFER_DEFINED_ATTRIBUTE_MACRO: macros like __packed not defined in libosmocore</span><br><span> # * PREFER_FALLTHROUGH: pseudo keyword macro "fallthrough" is not defined in libosmocore</span><br><span> # * REPEATED_WORD: false positives in doxygen descriptions (e.g. '\param[in] data Data passed through...')</span><br><span>@@ -54,6 +54,8 @@</span><br><span>   --ignore LINE_CONTINUATIONS \</span><br><span>        --ignore LINE_SPACING \</span><br><span>      --ignore LONG_LINE \</span><br><span style="color: hsl(120, 100%, 40%);">+  --ignore LONG_LINE_COMMENT \</span><br><span style="color: hsl(120, 100%, 40%);">+  --ignore LONG_LINE_STRING \</span><br><span>  --ignore PREFER_DEFINED_ATTRIBUTE_MACRO \</span><br><span>    --ignore PREFER_FALLTHROUGH \</span><br><span>        --ignore REPEATED_WORD \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/25301">change 25301</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/c/osmo-ci/+/25301"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7aed3bfbfcb0b9e2f1d743b111e8418846f031d2 </div>
<div style="display:none"> Gerrit-Change-Number: 25301 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>