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 18:11:00 UTC 2018


dexter has submitted this change and it was merged. ( 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(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I88ddd6048426d380c49170e66f57b3843398c046
Gerrit-Change-Number: 11808
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181116/03a63b2d/attachment.htm>


More information about the gerrit-log mailing list