summaryrefslogtreecommitdiffstats
path: root/src/stkutil.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/stkutil.c
parent348a891665ff5f13de15f9bf0e11e6052f42b420 (diff)
downloadofono-41961827706e99a22ff40112a1f2abf0dec549f3.tar.bz2
Fix multi-line comment style issues
Diffstat (limited to 'src/stkutil.c')
-rw-r--r--src/stkutil.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/stkutil.c b/src/stkutil.c
index cdd6b4e9..82da0790 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -4148,7 +4148,8 @@ static gboolean build_dataobj_text(struct stk_tlv_builder *tlv,
return FALSE;
if (text->yesno == TRUE) {
- /* Section 6.8.5:
+ /*
+ * Section 6.8.5:
* When the terminal issues [...] command qualifier set
* to "Yes/No", it shall supply the value "01" when the
* answer is "positive" and the value '00' when the
@@ -4299,7 +4300,8 @@ static gboolean build_empty_dataobj_location_info(struct stk_tlv_builder *tlv,
stk_tlv_builder_close_container(tlv);
}
-/* Described in TS 102.223 Section 8.20
+/*
+ * Described in TS 102.223 Section 8.20
*
* See format note in parse_dataobj_imei.
*/
@@ -4862,7 +4864,8 @@ static gboolean build_dataobj_pdp_context_params(struct stk_tlv_builder *tlv,
stk_tlv_builder_close_container(tlv);
}
-/* Described in TS 102.223 Section 8.74
+/*
+ * Described in TS 102.223 Section 8.74
*
* See format note in parse_dataobj_imeisv.
*/
@@ -4998,8 +5001,10 @@ static gboolean build_dataobj_mms_transfer_status(struct stk_tlv_builder *tlv,
const struct stk_mms_transfer_status *mts = data;
unsigned char tag = STK_DATA_OBJECT_TYPE_MMS_TRANSFER_STATUS;
- /* Assume the length is never 0 for a valid Result message, however
- * the whole data object's presence is conditional. */
+ /*
+ * Assume the length is never 0 for a valid Result message, however
+ * the whole data object's presence is conditional.
+ */
if (mts->len == 0)
return TRUE;
@@ -5387,7 +5392,8 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
if (stk_tlv_builder_close_container(&builder) == FALSE)
return NULL;
- /* TS 102 223 section 6.8 states:
+ /*
+ * TS 102 223 section 6.8 states:
* "For all COMPREHENSION-TLV objects with Min = N, the terminal
* should set the CR flag to comprehension not required."
* All the data objects except "Command Details" and "Result" have