From b904091173d6841f4970448f1ef649e7189d74cd Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 10 May 2017 13:32:49 +0200 Subject: [PATCH] doc: fix incorrect return value description Change-Id: Ieba009273f911bc4217122a6346220aeb29e8bc4 Related: OS#1614 --- src/gsm/abis_nm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c index 7553f84de..73759cbde 100644 --- a/src/gsm/abis_nm.c +++ b/src/gsm/abis_nm.c @@ -885,7 +885,7 @@ static inline int abis_nm_get_sw_desc(struct abis_nm_sw_desc *sw, const uint8_t * \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) {