<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26244">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()<br><br>The linter (executed by Jenkins) complains:<br><br>  src/osmo-bsc/abis_rsl.c:543: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"<br><br>and blocks changes, adding V-1 when I am changing the related code.<br><br>Change-Id: I0cf00ff898e69734850659e8ba0e2ff023f9b2dd<br>---<br>M src/osmo-bsc/abis_rsl.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/44/26244/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index f7a2de7..d596fdd 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -540,7 +540,7 @@</span><br><span> </span><br><span>    cap = (struct abis_rsl_osmo_rep_acch_cap*) msg->tail;</span><br><span>     msgb_tlv_put(msg, RSL_IE_OSMO_REP_ACCH_CAP, sizeof(*cap),</span><br><span style="color: hsl(0, 100%, 40%);">-                    (uint8_t*) &bts->repeated_acch_policy);</span><br><span style="color: hsl(120, 100%, 40%);">+                (uint8_t *)&bts->repeated_acch_policy);</span><br><span> </span><br><span>      if (!(lchan->conn && lchan->conn->cm3_valid</span><br><span>               && lchan->conn->cm3.repeated_acch_capability)) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26244">change 26244</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-bsc/+/26244"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0cf00ff898e69734850659e8ba0e2ff023f9b2dd </div>
<div style="display:none"> Gerrit-Change-Number: 26244 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>