emulator: Reflow comments
authorDenis Kenzior <denkenz@gmail.com>
Tue, 19 Apr 2011 18:31:08 +0000 (13:31 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 19 Apr 2011 18:53:24 +0000 (13:53 -0500)
src/emulator.c

index 86d9c4f..d941d74 100644 (file)
@@ -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;