[PATCH] 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/.

Max gerrit-no-reply at lists.osmocom.org
Wed May 10 11:33:50 UTC 2017


Review at  https://gerrit.osmocom.org/2552

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/52/2552/1

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: newchange
Gerrit-Change-Id: Ieba009273f911bc4217122a6346220aeb29e8bc4
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list