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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to