Change in libosmocore[master]: gsm_utils.c: fix Doxygen description for gsm_get_octet_len()

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue Apr 9 07:56:02 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/13552


Change subject: gsm_utils.c: fix Doxygen description for gsm_get_octet_len()
......................................................................

gsm_utils.c: fix Doxygen description for gsm_get_octet_len()

Change-Id: Id6fd2cd33be1cb7cd7ff6a43bfcfb1f368304522
---
M src/gsm/gsm_utils.c
1 file changed, 4 insertions(+), 4 deletions(-)



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

diff --git a/src/gsm/gsm_utils.c b/src/gsm/gsm_utils.c
index f2bf57b..01cf2ce 100644
--- a/src/gsm/gsm_utils.c
+++ b/src/gsm/gsm_utils.c
@@ -185,10 +185,10 @@
 	return -1;
 }
 
-/*! \brife Compute number of octets from number of septets,
- *  for instance: 47 septets needs 41,125 = 42 octets
- *  \param[in sept_len Number of Septets
- *  \returns Number of octets required */
+/*! Compute number of octets from number of septets.
+ * For instance: 47 septets need 41,125 = 42 octets.
+ * \param[in] sept_len Number of septets
+ * \returns Number of octets required */
 uint8_t gsm_get_octet_len(const uint8_t sept_len){
 	int octet_len = (sept_len * 7) / 8;
 	if ((sept_len * 7) % 8 != 0)

-- 
To view, visit https://gerrit.osmocom.org/13552
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6fd2cd33be1cb7cd7ff6a43bfcfb1f368304522
Gerrit-Change-Number: 13552
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190409/c3f1ff83/attachment.htm>


More information about the gerrit-log mailing list