summaryrefslogtreecommitdiffstats
path: root/src/cbs.c
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2010-09-21 12:18:15 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-09-21 21:16:01 -0500
commit41961827706e99a22ff40112a1f2abf0dec549f3 (patch)
tree58d38f255f42eec1a86f22ec90caf3ac58bcdcf7 /src/cbs.c
parent348a891665ff5f13de15f9bf0e11e6052f42b420 (diff)
downloadofono-41961827706e99a22ff40112a1f2abf0dec549f3.tar.bz2
Fix multi-line comment style issues
Diffstat (limited to 'src/cbs.c')
-rw-r--r--src/cbs.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/cbs.c b/src/cbs.c
index ecba0f90..6bd2f698 100644
--- a/src/cbs.c
+++ b/src/cbs.c
@@ -249,7 +249,8 @@ void ofono_cbs_notify(struct ofono_cbs *cbs, const unsigned char *pdu,
goto out;
}
- /* 3GPP 23.041: NOTEĀ 5: Code 00 is intended for use by the
+ /*
+ * 3GPP 23.041: NOTEĀ 5: Code 00 is intended for use by the
* network operators for base station IDs.
*/
if (c.gs == CBS_GEO_SCOPE_CELL_IMMEDIATE) {
@@ -888,8 +889,10 @@ static void cbs_got_imsi(struct ofono_cbs *cbs)
if (topics_str)
cbs->topics = cbs_extract_topic_ranges(topics_str);
- /* If stored value is invalid or no stored value, bootstrap
- * topics list from SIM contents */
+ /*
+ * If stored value is invalid or no stored value, bootstrap
+ * topics list from SIM contents
+ */
if (topics_str == NULL ||
(cbs->topics == NULL && topics_str[0] != '\0')) {
ofono_sim_read(cbs->sim, SIM_EFCBMI_FILEID,
@@ -972,7 +975,8 @@ static void cbs_location_changed(int status, int lac, int ci, int tech,
out:
DBG("%d, %d, %d", plmn_changed, lac_changed, ci_changed);
- /* In order to minimize signal transmissions we wait about X seconds
+ /*
+ * In order to minimize signal transmissions we wait about X seconds
* before reseting the base station id. The hope is that we receive
* another cell broadcast with the new base station name within
* that time
@@ -1018,7 +1022,8 @@ static void netreg_watch(struct ofono_atom *atom,
cbs->lac = ofono_netreg_get_location(cbs->netreg);
cbs->ci = ofono_netreg_get_cellid(cbs->netreg);
- /* Clear out the cbs assembly just in case, worst case
+ /*
+ * Clear out the cbs assembly just in case, worst case
* we will receive the cell broadcasts again
*/
cbs_assembly_location_changed(cbs->assembly, TRUE, TRUE, TRUE);