Skip to content

Commit

Permalink
PCI / PM: Fix small typo in documentation
Browse files Browse the repository at this point in the history
cuased -> caused

Signed-off-by: Jarkko Nikula <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
jhnikula authored and rafaeljw committed Dec 9, 2015
1 parent 299f2ff commit 76fc35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/power/pci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
be prepared to cope with that.

Expand Down

0 comments on commit 76fc35d

Please sign in to comment.