Change in libosmocore[master]: Doxygen: fix incorrect / missing parameter description

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Mar 25 14:43:35 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13397 )

Change subject: Doxygen: fix incorrect / missing parameter description
......................................................................

Doxygen: fix incorrect / missing parameter description

Change-Id: Ibc63a5d4442a192efab8b5b30e0beb3545642ecc
---
M src/fsm.c
M src/gsmtap_util.c
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/src/fsm.c b/src/fsm.c
index 5723bab..d86ff4b 100644
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -395,7 +395,7 @@
 }
 
 /*! delete a given instance of a FSM
- *  \param[in] fsm The FSM to be un-registered and deleted
+ *  \param[in] fi FSM instance to be un-registered and deleted
  */
 void osmo_fsm_inst_free(struct osmo_fsm_inst *fi)
 {
diff --git a/src/gsmtap_util.c b/src/gsmtap_util.c
index 996830f..fd0bcc9 100644
--- a/src/gsmtap_util.c
+++ b/src/gsmtap_util.c
@@ -368,7 +368,7 @@
 }
 
 /*! Add a local sink to an existing GSMTAP source and return fd
- *  \param[in] gsmtap_fd file descriptor of the gsmtap socket
+ *  \param[in] gti existing GSMTAP source
  *  \returns file descriptor of locally bound receive socket
  *
  *  In case the GSMTAP socket is connected to a local destination
@@ -417,8 +417,8 @@
  *
  * Open GSMTAP source (sending) socket, connect it to host/port,
  * allocate 'struct gsmtap_inst' and optionally osmo_fd/osmo_wqueue
- * registration.  This means it is like \ref gsmtap_init2 but integrated
- * with libosmocore \ref select */
+ * registration.
+ */
 struct gsmtap_inst *gsmtap_source_init(const char *host, uint16_t port,
 					int ofd_wq_mode)
 {

-- 
To view, visit https://gerrit.osmocom.org/13397
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc63a5d4442a192efab8b5b30e0beb3545642ecc
Gerrit-Change-Number: 13397
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190325/144f02f9/attachment.htm>


More information about the gerrit-log mailing list