]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/power/pci.txt
Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / Documentation / power / pci.txt
index b0e911e0e8f50ad749686961e494377a1a49db45..44558882aa602816f3b1579ac94b3894562ac2b9 100644 (file)
@@ -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.