Merge pull request #12 from 25077667/style-tweaks

Fix trivial tweak for missing comma
This commit is contained in:
Jim Huang 2021-07-26 03:18:06 +08:00 committed by GitHub
commit cb5ae95673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =