summaryrefslogtreecommitdiffstats
path: root/src/common.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/common.c
parent348a891665ff5f13de15f9bf0e11e6052f42b420 (diff)
downloadofono-41961827706e99a22ff40112a1f2abf0dec549f3.tar.bz2
Fix multi-line comment style issues
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/common.c b/src/common.c
index 8243f214..55c4b404 100644
--- a/src/common.c
+++ b/src/common.c
@@ -38,7 +38,8 @@ struct error_entry {
const char *str;
};
-/* 0-127 from 24.011 Annex E2
+/*
+ * 0-127 from 24.011 Annex E2
* 127-255 23.040 Section 9.2.3.22
* Rest are from 27.005 Section 3.2.5
*/
@@ -295,7 +296,8 @@ int mmi_service_code_to_bearer_class(int code)
{
int cls = 0;
- /* Teleservices according to 22.004
+ /*
+ * Teleservices according to 22.004
* 1 - Voice
* 2 - SMS
* 3,4,5 - Unallocated
@@ -398,7 +400,8 @@ int valid_ussd_string(const char *str)
if (!len)
return FALSE;
- /* It is hard to understand exactly what constitutes a valid USSD string
+ /*
+ * It is hard to understand exactly what constitutes a valid USSD string
* According to 22.090:
* Case a - 1, 2 or 3 digits from the set (*, #) followed by 1X(Y),
* where X=any number 0‑4, Y=any number 0‑9, then, optionally "*
@@ -460,7 +463,8 @@ const char *ss_control_type_to_string(enum ss_control_type type)
} \
} while (0) \
-/* Note: The str will be modified, so in case of error you should
+/*
+ * Note: The str will be modified, so in case of error you should
* throw it away and start over
*/
gboolean parse_ss_control_string(char *str, int *ss_type,
@@ -519,7 +523,8 @@ gboolean parse_ss_control_string(char *str, int *ss_type,
NEXT_FIELD(c, *sc);
- /* According to 22.030 SC is 2 or 3 digits, there can be
+ /*
+ * According to 22.030 SC is 2 or 3 digits, there can be
* an optional digit 'n' if this is a call setup string,
* however 22.030 does not define any SC of length 3
* with an 'n' present