<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/24868">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lint: ignore LINE_CONTINUATIONS<br><br>Causes false positives, e.g. in tests/mgcp/mgcp_test.c in osmo-mgw:<br><br>  #define MDCX4_PT2 \<br>       "MDCX 18983218 1@mgw MGCP 1.0\r\n" \<br>        "M: sendrecv\r" \<br>   "C: 2\r\n" \<br>        "I: %s\r\n" \<br>       "L: p:20-20, a:AMR, nt:IN\r\n" \<br>    ...<br><br>tests/mgcp/mgcp_test.c:189: WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations<br><br>Related: OS#5087<br>Change-Id: I8d8004f2a8ef926588487187af7cdef8254c7248<br>---<br>M lint/checkpatch/checkpatch_osmo.sh<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/68/24868/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 630fa86..bb78c30 100755</span><br><span>--- a/lint/checkpatch/checkpatch_osmo.sh</span><br><span>+++ b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>@@ -18,6 +18,7 @@</span><br><span> # * GLOBAL_INITIALISERS: we initialise globals to NULL for talloc ctx (e.g. *tall_lapd_ctx = NULL)</span><br><span> # * IF_0: used intentionally</span><br><span> # * INITIALISED_STATIC: we use this, see also http://lkml.iu.edu/hypermail/linux/kernel/0808.1/2235.html</span><br><span style="color: hsl(120, 100%, 40%);">+# * LINE_CONTINUATIONS: false positives</span><br><span> # * LINE_SPACING: we don't always put a blank line after declarations</span><br><span> # * REPEATED_WORD: false positives in doxygen descriptions (e.g. '\param[in] data Data passed through...')</span><br><span> # * SPDX_LICENSE_TAG: we don't place it on line 1</span><br><span>@@ -39,6 +40,7 @@</span><br><span>        --ignore GLOBAL_INITIALISERS \</span><br><span>       --ignore IF_0 \</span><br><span>      --ignore INITIALISED_STATIC \</span><br><span style="color: hsl(120, 100%, 40%);">+ --ignore LINE_CONTINUATIONS \</span><br><span>        --ignore LINE_SPACING \</span><br><span>      --ignore REPEATED_WORD \</span><br><span>     --ignore SPDX_LICENSE_TAG \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/24868">change 24868</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/+/24868"/><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: I8d8004f2a8ef926588487187af7cdef8254c7248 </div>
<div style="display:none"> Gerrit-Change-Number: 24868 </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>