diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-09 19:12:24 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-09 19:12:24 -0700 |
commit | 1125ffa7f6441ddb6aef97c9f55597117f194df6 (patch) | |
tree | b6778f8f6d56d5019898c34eebafa7934dfeea31 /drivers | |
parent | 8ba790b7615c39fe84cdf885da20c54ef8652dd1 (diff) |
Fix coding style for one comment in SMS driver
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atmodem/sms.c | 2 |
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); |