Skip to content

Commit 76fc35d

Browse files
jhnikularafaeljw
authored andcommitted
PCI / PM: Fix small typo in documentation
cuased -> caused Signed-off-by: Jarkko Nikula <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 299f2ff commit 76fc35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/power/pci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ from its probe routine to make runtime PM work for the device.
999999

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

0 commit comments

Comments
 (0)