From 41961827706e99a22ff40112a1f2abf0dec549f3 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Tue, 21 Sep 2010 12:18:15 -0700 Subject: Fix multi-line comment style issues --- src/stkutil.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'src/stkutil.c') 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 -- cgit v1.2.3