Change in libosmocore[master]: gprs_ns2_sns: fix typo in doxygen comment

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Mon Feb 15 04:06:37 UTC 2021


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/22912 )


Change subject: gprs_ns2_sns: fix typo in doxygen comment
......................................................................

gprs_ns2_sns: fix typo in doxygen comment

Fixes: 5bef2cc4bd58 ("ns2: Improve/extend doxygen comments for new ns2 implementation")
Change-Id: I21b51791aa149d9a5b13169d1cf8c2857c55774a
---
M src/gb/gprs_ns2_sns.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/12/22912/1

diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index d061eed..ab8415d 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -1470,7 +1470,7 @@
 /*! Allocate an IP-SNS FSM for the BSS side.
  *  \param[in] nse NS Entity in which the FSM runs
  *  \param[in] id string identifier
- *  \retruns FSM instance on success; NULL on error */
+ *  \returns FSM instance on success; NULL on error */
 struct osmo_fsm_inst *ns2_sns_bss_fsm_alloc(struct gprs_ns2_nse *nse,
 					    const char *id)
 {
@@ -1499,7 +1499,7 @@
  *  \param[in] nsvc NS-VC on which the message was received
  *  \param[in] msg message buffer of the IP-SNS message
  *  \param[in] tp parsed TLV structure of message
- *  \retruns 0 on success; negative on error */
+ *  \returns 0 on success; negative on error */
 int ns2_sns_rx(struct gprs_ns2_vc *nsvc, struct msgb *msg, struct tlv_parsed *tp)
 {
 	struct gprs_ns2_nse *nse = nsvc->nse;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I21b51791aa149d9a5b13169d1cf8c2857c55774a
Gerrit-Change-Number: 22912
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/87faf966/attachment.htm>


More information about the gerrit-log mailing list