summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-06-09 19:12:24 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-06-09 19:12:24 -0700
commit1125ffa7f6441ddb6aef97c9f55597117f194df6 (patch)
treeb6778f8f6d56d5019898c34eebafa7934dfeea31 /drivers
parent8ba790b7615c39fe84cdf885da20c54ef8652dd1 (diff)
Fix coding style for one comment in SMS driver
Diffstat (limited to 'drivers')
-rw-r--r--drivers/atmodem/sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c
index 0863a885..438ee609 100644
--- a/drivers/atmodem/sms.c
+++ b/drivers/atmodem/sms.c
@@ -314,7 +314,7 @@ static void at_cds_notify(GAtResult *result, gpointer user_data)
DBG("Got new Status-Report PDU via CDS: %s, %d", hexpdu, tpdu_len);
- /*Decode pdu and notify about new SMS status report*/
+ /* Decode pdu and notify about new SMS status report */
decode_hex_own_buf(hexpdu, -1, &pdu_len, 0, pdu);
ofono_sms_status_notify(sms, pdu, pdu_len, tpdu_len);