1
0
Fork 0

PCI / PM: Fix small typo in documentation

cuased -> caused

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
steinar/wifi_calib_4_9_kernel
Jarkko Nikula 2015-12-08 16:17:25 +02:00 committed by Rafael J. Wysocki
parent 299f2ffed3
commit 76fc35ddf8
1 changed files with 1 additions and 1 deletions

View 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.