diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-11-10 09:17:19 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-10 09:17:19 -0600 |
commit | 5c9a03b480c38c6b01b543709b1f5076cfdccc23 (patch) | |
tree | da687a57be53d21513c203aad96f55b4ba395b68 | |
parent | c18e01be16b0036112f29af9f2f7e1a1a779e5f2 (diff) | |
download | ofono-5c9a03b480c38c6b01b543709b1f5076cfdccc23.tar.bz2 |
sms: Fix up comment style and wording
-rw-r--r-- | src/sms.c | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1506,9 +1506,12 @@ void ofono_sms_deliver_notify(struct ofono_sms *sms, unsigned char *pdu, __ofono_sms_sim_download(__ofono_atom_get_data(stk_atom), &s, NULL, sms); - /* Passing the USIM response back to network is not - * currently support */ - /* TODO: store in EFsms if not handled */ + /* + * Passing the USIM response back to network is not + * currently supported + * + * TODO: store in EFsms if not handled + */ return; default: break; |