summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;