diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-04-02 11:20:44 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-02 11:20:44 -0500 |
commit | c2d46ba4eb62fdb9faf8edafa55cad2c65397027 (patch) | |
tree | c9e218931fc5b6fd6532eccda5edb7f3766b5d2f /src | |
parent | 5665cefd475ba97653d8c3bdc399843127e9a775 (diff) | |
download | ofono-c2d46ba4eb62fdb9faf8edafa55cad2c65397027.tar.bz2 |
Style: Multiline comments
Diffstat (limited to 'src')
-rw-r--r-- | src/stkutil.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/stkutil.c b/src/stkutil.c index 8e56972f..7c2ddb39 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -462,7 +462,8 @@ static gboolean parse_dataobj_file_list(struct comprehension_tlv_iter *iter, last_type = 0x3f; for (i = 3; i < len; i += 2) { - /* Check the validity of file type. + /* + * Check the validity of file type. * According to TS 11.11, each file id contains of two bytes, * in which the first byte is the type of file. For GSM is: * 0x3f: master file @@ -565,7 +566,8 @@ static gboolean parse_dataobj_location_info(struct comprehension_tlv_iter *iter, return TRUE; } -/* Defined in TS 102.223 Section 8.20. +/* + * Defined in TS 102.223 Section 8.20. * * According to 3GPP TS 24.008, Section 10.5.1.4, IMEI is composed of * 15 digits and totally 8 bytes are used to represent it. @@ -828,7 +830,8 @@ static gboolean parse_dataobj_c_apdu(struct comprehension_tlv_iter *iter, ca->p1 = data[2]; ca->p2 = data[3]; - /* lc is 0 has the same meaning as lc is absent. But le is 0 means + /* + * lc is 0 has the same meaning as lc is absent. But le is 0 means * the maximum number of bytes expected in the response data field * is 256. So we need to rely on has_le to know if it presents. */ |