mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 09:27:58 +08:00
Fix trivial tweak for missing comma
This commit is contained in:
parent
65a8c123e4
commit
00f7e7018f
|
@ -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