And some more minor coding style cleanup in SMS driver

This commit is contained in:
Marcel Holtmann 2010-06-09 19:13:57 -07:00
parent 1125ffa7f6
commit 2aeb7df627
1 changed files with 3 additions and 3 deletions

View File

@ -1106,9 +1106,9 @@ static void at_sms_remove(struct ofono_sms *sms)
}
static struct ofono_sms_driver driver = {
.name = "atmodem",
.probe = at_sms_probe,
.remove = at_sms_remove,
.name = "atmodem",
.probe = at_sms_probe,
.remove = at_sms_remove,
.sca_query = at_csca_query,
.sca_set = at_csca_set,
.submit = at_cmgs,