Change in osmo-bts[master]: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

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

laforge gerrit-no-reply at lists.osmocom.org
Thu Oct 17 08:05:36 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/15790 )

Change subject: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS
......................................................................

Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

Correct the name of this variable.

Change-Id: I75cb6404d772b79933d1d9d694abf8eff1fad020
---
M src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
index a0ba649..d769ce7 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
@@ -54,7 +54,7 @@
 	CALIB_FAIL_START,
 	CALIB_FAIL_GPS,
 	CALIB_FAIL_CTRL,
-	CALIB_SUCESS,
+	CALIB_SUCCESS,
 };
 
 static inline int compat_gps_read(struct gps_data_t *data)
@@ -271,7 +271,7 @@
 		 * and in case of a failure in some minutes.
 		 */
 		int timeout = 2 * 60 * 60;
-		if (outcome != CALIB_SUCESS)
+		if (outcome != CALIB_SUCCESS)
 			timeout = 5 * 60;
 
 		mgr->calib.calib_timeout.data = mgr;
@@ -390,7 +390,7 @@
 
 	LOGP(DCALIB, LOGL_NOTICE,
 		"Calibration process completed\n");
-	calib_state_reset(mgr, CALIB_SUCESS);
+	calib_state_reset(mgr, CALIB_SUCCESS);
 }
 
 static void handle_ctrl(struct sysmobts_mgr_instance *mgr, struct msgb *msg)

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I75cb6404d772b79933d1d9d694abf8eff1fad020
Gerrit-Change-Number: 15790
Gerrit-PatchSet: 2
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191017/b577a78d/attachment.htm>


More information about the gerrit-log mailing list