Fix coding style for one comment in SMS driver

This commit is contained in:
Marcel Holtmann 2010-06-09 19:12:24 -07:00
parent 8ba790b761
commit 1125ffa7f6
1 changed files with 1 additions and 1 deletions

View File

@ -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);