summaryrefslogtreecommitdiffstats
path: root/src/ussd.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/ussd.c
parent348a891665ff5f13de15f9bf0e11e6052f42b420 (diff)
downloadofono-41961827706e99a22ff40112a1f2abf0dec549f3.tar.bz2
Fix multi-line comment style issues
Diffstat (limited to 'src/ussd.c')
-rw-r--r--src/ussd.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/ussd.c b/src/ussd.c
index bbb9aed1..aad7d32c 100644
--- a/src/ussd.c
+++ b/src/ussd.c
@@ -251,9 +251,11 @@ static gboolean recognized_control_string(struct ofono_ussd *ussd,
DBG("Got parse result: %d, %s, %s, %s, %s, %s, %s",
type, sc, sia, sib, sic, sid, dn);
- /* A password change string needs to be treated separately
+ /*
+ * A password change string needs to be treated separately
* because it uses a fourth SI and is thus not a valid
- * control string. */
+ * control string.
+ */
if (recognized_passwd_change_string(ussd, type, sc,
sia, sib, sic, sid, dn, msg)) {
ret = TRUE;
@@ -280,10 +282,10 @@ static gboolean recognized_control_string(struct ofono_ussd *ussd,
/* TODO: Handle all strings that control voice calls */
- /* TODO: Handle Multiple subscriber profile DN*59#SEND and *59#SEND
- */
+ /* TODO: Handle Multiple subscriber profile DN*59#SEND and *59#SEND */
- /* Note: SIM PIN/PIN2 change and unblock and IMEI presentation
+ /*
+ * Note: SIM PIN/PIN2 change and unblock and IMEI presentation
* procedures are not handled by the daemon since they are not followed
* by SEND and are not valid USSD requests.
*/