mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-23 02:13:57 +08:00
Merge pull request #12 from 25077667/style-tweaks
Fix trivial tweak for missing comma
This commit is contained in:
commit
cb5ae95673
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user