summaryrefslogtreecommitdiffstats
path: root/src/emulator.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-04-19 13:31:08 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-04-19 13:53:24 -0500
commit894c9cf40624ef53e623e02f1b162b76b43c8d28 (patch)
treed78679e32e159bc15044d8e73251ac0543ad91b1 /src/emulator.c
parentffd4db4a97c0d76351801a6dbb0c7a2f4db2ad1e (diff)
downloadofono-894c9cf40624ef53e623e02f1b162b76b43c8d28.tar.bz2
emulator: Reflow comments
Diffstat (limited to 'src/emulator.c')
-rw-r--r--src/emulator.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/emulator.c b/src/emulator.c
index 86d9c4f0..d941d743 100644
--- a/src/emulator.c
+++ b/src/emulator.c
@@ -889,8 +889,8 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em,
callsetup = g_str_equal(name, OFONO_EMULATOR_IND_CALLSETUP);
/*
- * When callsetup indicator goes to Incoming and there is an active call
- * a +CCWA should be sent before +CIEV
+ * When callsetup indicator goes to Incoming and there is an active
+ * call a +CCWA should be sent before +CIEV
*/
if (callsetup && value == OFONO_EMULATOR_CALLSETUP_INCOMING &&
call_ind->value == OFONO_EMULATOR_CALL_ACTIVE)
@@ -903,10 +903,9 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em,
/*
* Ring timer should be started when callsetup indicator is set to
- * Incoming
- * If there is no active call, a first RING should be sent just after
- * the +CIEV
- * It should be stopped for all other values of callsetup
+ * Incoming. If there is no active call, a first RING should be
+ * sent just after the +CIEV and should be stopped for all other
+ * values of callsetup
*/
if (!callsetup)
return;