<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13408">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">core/msgb.h: fix incorrect Doxygen parameter description<br><br>  core/msgb.h:414: warning: argument 'msgb' of command @param is not<br>                   found in the argument list of<br>                   msgb_pull_to_l2(struct msgb *msg)<br>  core/msgb.h:399: warning: argument 'msgb' of command @param is not<br>                   found in the argument list of<br>                   msgb_pull_to_l3(struct msgb *msg)<br><br>  core/msgb.h:351: warning: argument 'msgb' of command @param is not<br>                   found in the argument list of<br>                   msgb_push_u16(struct msgb *msg, uint16_t word)<br>  core/msgb.h:361: warning: argument 'msgb' of command @param is not<br>                   found in the argument list of<br>                   msgb_push_u32(struct msgb *msg, uint32_t word)<br>  core/msgb.h:341: warning: argument 'msgb' of command @param is not<br>                   found in the argument list of<br>                   msgb_push_u8(struct msgb *msg, uint8_t word)<br><br>Change-Id: I5d660933ecfa89c631319eccf9e3d5c1986ec8ff<br>---<br>M include/osmocom/core/msgb.h<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/core/msgb.h b/include/osmocom/core/msgb.h</span><br><span>index 273fc16..5029225 100644</span><br><span>--- a/include/osmocom/core/msgb.h</span><br><span>+++ b/include/osmocom/core/msgb.h</span><br><span>@@ -339,7 +339,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! prepend a uint8 value to the head of the message</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] msgb message buffer</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] msg message buffer</span><br><span>  *  \param[in] word unsigned 8bit byte to be prepended</span><br><span>  */</span><br><span> static inline void msgb_push_u8(struct msgb *msg, uint8_t word)</span><br><span>@@ -349,7 +349,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! prepend a uint16 value to the head of the message</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] msgb message buffer</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] msg message buffer</span><br><span>  *  \param[in] word unsigned 16bit byte to be prepended</span><br><span>  */</span><br><span> static inline void msgb_push_u16(struct msgb *msg, uint16_t word)</span><br><span>@@ -359,7 +359,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! prepend a uint32 value to the head of the message</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] msgb message buffer</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] msg message buffer</span><br><span>  *  \param[in] word unsigned 32bit byte to be prepended</span><br><span>  */</span><br><span> static inline void msgb_push_u32(struct msgb *msg, uint32_t word)</span><br><span>@@ -396,7 +396,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! remove (pull) all headers in front of l3h from the message buffer.</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] msgb message buffer with a valid l3h</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] msg message buffer with a valid l3h</span><br><span>  *  \returns pointer to new start of msgb (l3h)</span><br><span>  *</span><br><span>  * This function moves the \a data pointer of the \ref msgb further back</span><br><span>@@ -411,7 +411,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! remove (pull) all headers in front of l2h from the message buffer.</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] msgb message buffer with a valid l2h</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] msg message buffer with a valid l2h</span><br><span>  *  \returns pointer to new start of msgb (l2h)</span><br><span>  *</span><br><span>  * This function moves the \a data pointer of the \ref msgb further back</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13408">change 13408</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/13408"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I5d660933ecfa89c631319eccf9e3d5c1986ec8ff </div>
<div style="display:none"> Gerrit-Change-Number: 13408 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>