Change in osmo-bsc[master]: bsc_subscr_conn_fsm: Fix a typo in the comment life->live

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

ipse gerrit-no-reply at lists.osmocom.org
Sat May 9 18:02:16 UTC 2020


ipse has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18161 )

Change subject: bsc_subscr_conn_fsm: Fix a typo in the comment life->live
......................................................................

bsc_subscr_conn_fsm: Fix a typo in the comment life->live

Change-Id: Ideba357678a59e3f314a0d618d181a233a43b4de
---
M src/osmo-bsc/bsc_subscr_conn_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/bsc_subscr_conn_fsm.c b/src/osmo-bsc/bsc_subscr_conn_fsm.c
index a96adb3..77d5d1a 100644
--- a/src/osmo-bsc/bsc_subscr_conn_fsm.c
+++ b/src/osmo-bsc/bsc_subscr_conn_fsm.c
@@ -117,7 +117,7 @@
 		return -ENOMEM;
 
 	/* Make sure that we only attempt to send SCCP messages if we have
-	 * a life SCCP connection. Otherwise drop the message. */
+	 * a live SCCP connection. Otherwise drop the message. */
 	if (conn->fi->state == ST_INIT || conn->fi->state == ST_WAIT_CC) {
 		LOGPFSML(conn->fi, LOGL_ERROR, "No active SCCP connection, dropping message\n");
 		msgb_free(msg);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/18161
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ideba357678a59e3f314a0d618d181a233a43b4de
Gerrit-Change-Number: 18161
Gerrit-PatchSet: 2
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: ipse <Alexander.Chemeris at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200509/4b762ae8/attachment.htm>


More information about the gerrit-log mailing list