Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76fc35dd authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Rafael J. Wysocki
Browse files

PCI / PM: Fix small typo in documentation

parent 299f2ffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -999,7 +999,7 @@ from its probe routine to make runtime PM work for the device.


It is important to remember that the driver's runtime_suspend() callback
It is important to remember that the driver's runtime_suspend() callback
may be executed right after the usage counter has been decremented, because
may be executed right after the usage counter has been decremented, because
user space may already have cuased the pm_runtime_allow() helper function
user space may already have caused the pm_runtime_allow() helper function
unblocking the runtime PM of the device to run via sysfs, so the driver must
unblocking the runtime PM of the device to run via sysfs, so the driver must
be prepared to cope with that.
be prepared to cope with that.