[MERGED] libosmocore[master]: doc: fix incorrect return value 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
Wed May 10 19:39:15 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: doc: fix incorrect return value description
......................................................................


doc: fix incorrect return value description

Change-Id: Ieba009273f911bc4217122a6346220aeb29e8bc4
Related: OS#1614
---
M src/gsm/abis_nm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c
index 7553f84..73759cb 100644
--- a/src/gsm/abis_nm.c
+++ b/src/gsm/abis_nm.c
@@ -885,7 +885,7 @@
  *  \param[in] buf_len buffer length
  *  \param[out] sw SW Description struct array
  *  \param[in] sw_len Expected number of SW Description entries
- *  \returns 0 if parsing succeeded, negative error code otherwise
+ *  \returns Number fo parsed SW-Description entries, negative error code otherwise
  */
 int abis_nm_get_sw_conf(const uint8_t * buf, size_t buf_len, struct abis_nm_sw_desc *sw, uint16_t sw_len)
 {

-- 
To view, visit https://gerrit.osmocom.org/2552
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieba009273f911bc4217122a6346220aeb29e8bc4
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list