From: Jarkko Nikula Date: Tue, 8 Dec 2015 14:17:25 +0000 (+0200) Subject: PCI / PM: Fix small typo in documentation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=76fc35ddf8c075aa0e3f52384591d613b906ebb6;p=deliverable%2Flinux.git PCI / PM: Fix small typo in documentation cuased -> caused Signed-off-by: Jarkko Nikula Signed-off-by: Rafael J. Wysocki --- diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt index b0e911e0e8f5..44558882aa60 100644 --- a/Documentation/power/pci.txt +++ b/Documentation/power/pci.txt @@ -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.