<div dir="ltr">Hi,<br><br>According to the following code, local i variable be incremented by twice in one loop.<div>Is this auto-increment operation no problem?<br><br><br>receive_uuids110()<br>{<br> ...<br> for (i = 0; i < history_uuids; i++)<br> peer_device->history_uuids[i++] = be64_to_cpu(p->other_uuids[pos++]);</div><div> ...<br>}
<div><br></div><div>Thanks.</div><div><br></div><div><br></div></div></div>