<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15617">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: clarify c_iflag in osmo_serial_init()<br><br>We first set the ISTRIP bit only to remove it in the next line.<br>Let's try to avoid confusing the reader.<br><br>Change-Id: Icba43dd4b6dc4f9c7f8fcf91d24b3baac4e0c74a<br>---<br>M src/serial.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/serial.c b/src/serial.c</span><br><span>index 1b5a4cf..31cb81d 100644</span><br><span>--- a/src/serial.c</span><br><span>+++ b/src/serial.c</span><br><span>@@ -97,7 +97,7 @@</span><br><span>       tio.c_cflag &= ~(PARENB | CSTOPB | CSIZE | CRTSCTS);</span><br><span>     tio.c_cflag |=  (CREAD | CLOCAL | CS8);</span><br><span>      tio.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);</span><br><span style="color: hsl(0, 100%, 40%);">-     tio.c_iflag |=  (INPCK | ISTRIP);</span><br><span style="color: hsl(120, 100%, 40%);">+     tio.c_iflag |=  (INPCK);</span><br><span>     tio.c_iflag &= ~(ISTRIP | IXON | IXOFF | IGNBRK | INLCR | ICRNL | IGNCR);</span><br><span>        tio.c_oflag &= ~(OPOST | ONLCR);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/15617">change 15617</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/libosmocore/+/15617"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Icba43dd4b6dc4f9c7f8fcf91d24b3baac4e0c74a </div>
<div style="display:none"> Gerrit-Change-Number: 15617 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>