summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-10 09:17:19 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-11-10 09:17:19 -0600
commit5c9a03b480c38c6b01b543709b1f5076cfdccc23 (patch)
treeda687a57be53d21513c203aad96f55b4ba395b68
parentc18e01be16b0036112f29af9f2f7e1a1a779e5f2 (diff)
downloadofono-5c9a03b480c38c6b01b543709b1f5076cfdccc23.tar.bz2
sms: Fix up comment style and wording
-rw-r--r--src/sms.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/sms.c b/src/sms.c
index fe45ef34..d6f2a014 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -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;