And some more minor coding style cleanup in SMS driver
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Jun 2010 02:13:57 +0000 (19:13 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Jun 2010 02:13:57 +0000 (19:13 -0700)
drivers/atmodem/sms.c

index 438ee60..29759b1 100644 (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,