diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-12-08 09:17:25 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-12-08 19:35:30 -0500 |
commit | 76fc35ddf8c075aa0e3f52384591d613b906ebb6 (patch) | |
tree | af20e18b22621acdf0b4912259028aff8153a999 | |
parent | 299f2ffed329c1a2ea8d6e90f0df26b885d16e08 (diff) |
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>
-rw-r--r-- | Documentation/power/pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
999 | 999 | ||
1000 | It is important to remember that the driver's runtime_suspend() callback | 1000 | It is important to remember that the driver's runtime_suspend() callback |
1001 | may be executed right after the usage counter has been decremented, because | 1001 | 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 |
1003 | unblocking the runtime PM of the device to run via sysfs, so the driver must | 1003 | unblocking the runtime PM of the device to run via sysfs, so the driver must |
1004 | be prepared to cope with that. | 1004 | be prepared to cope with that. |
1005 | 1005 | ||