Change in libosmocore[master]: fsm: fix apidoc of osmo_fsm_state_name()

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

dexter gerrit-no-reply at lists.osmocom.org
Fri Nov 16 16:53:33 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/11808


Change subject: fsm: fix apidoc of osmo_fsm_state_name()
......................................................................

fsm: fix apidoc of osmo_fsm_state_name()

The api documentation of osmo_fsm_state_name() refers to an FSM
instance, but it really means the state of an FSM.

Change-Id: I88ddd6048426d380c49170e66f57b3843398c046
---
M src/fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/08/11808/1

diff --git a/src/fsm.c b/src/fsm.c
index b5af2e7..1f6141f 100644
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -414,7 +414,7 @@
 		return fi->fsm->name;
 }
 
-/*! get human-readable name of FSM instance
+/*! get human-readable name of FSM state
  *  \param[in] fsm FSM descriptor
  *  \param[in] state FSM state number
  *  \returns string rendering of the FSM state

-- 
To view, visit https://gerrit.osmocom.org/11808
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: I88ddd6048426d380c49170e66f57b3843398c046
Gerrit-Change-Number: 11808
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181116/3729ffa9/attachment.htm>


More information about the gerrit-log mailing list