Fix trivial tweak for missing comma

This commit is contained in:
25077667 2021-07-26 02:10:34 +08:00
parent 65a8c123e4
commit 00f7e7018f

View File

@ -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 =