<p>osmith <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/26172">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lint: checkpatch_osmo: ignore TRAILING_STATEMENTS<br><br>In Osmocom code, we have the following written in one line:<br>  while (osmo_select_main_ctx(1) > 0);<br><br>This currently causes the following linter error:<br>  ERROR:TRAILING_STATEMENTS: trailing statements should be on next line<br><br>According to the linter, we should write it as follows:<br>  while (osmo_select_main_ctx(1) > 0)<br>       ;<br><br>But this is not followed in Osmocom code, so let's ignore the check.<br><br>Related: OS#5087<br>Change-Id: Iaffe979b771c97c77edaf4aa0d232cb8939d1279<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/72/26172/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/26172">change 26172</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/+/26172"/><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: Iaffe979b771c97c77edaf4aa0d232cb8939d1279 </div>
<div style="display:none"> Gerrit-Change-Number: 26172 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>