From 8aa691f30b5f6d77ae05e590e5d3426550ee4452 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 26 Feb 2019 02:59:37 +0100 Subject: api doc: tweak gsm0808_cell_id_matches_list() doc Change-Id: Ide94558d1c31356483252b83e04b061b4ee4d3bf --- src/gsm/gsm0808_utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gsm') diff --git a/src/gsm/gsm0808_utils.c b/src/gsm/gsm0808_utils.c index 606899e8..54775981 100644 --- a/src/gsm/gsm0808_utils.c +++ b/src/gsm/gsm0808_utils.c @@ -1559,7 +1559,8 @@ bool gsm0808_cell_ids_match(const struct gsm0808_cell_id *id1, const struct gsm0 * \param[in] list Cell Identifier list to search in. * \param[in] match_nr Ignore this many matches. * \param[in] exact_match If true, consider as match only if the CELL_IDENT types and all values are identical. - * \returns -1 if no match is found, list index if a match is found. + * \returns -1 if no match is found, list index if a match is found (i.e. rc == 0 means a match was found on the first + * entry). */ int gsm0808_cell_id_matches_list(const struct gsm0808_cell_id *id, const struct gsm0808_cell_id_list2 *list, unsigned int match_nr, bool exact_match) -- cgit v1.2.3