浏览代码

Fix trivial tweak for missing comma

25077667 3 年之前
父节点
当前提交
00f7e7018f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      examples/devicemodel.c

+ 2 - 1
examples/devicemodel.c

@@ -56,7 +56,8 @@ static const struct dev_pm_ops devicemodel_pm_ops = {
     .poweroff = devicemodel_suspend,
     .freeze = devicemodel_suspend,
     .thaw = devicemodel_resume,
-    .restore = devicemodel_resume};
+    .restore = devicemodel_resume,
+};
 
 static struct platform_driver devicemodel_driver = {
     .driver =