diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-03-11 06:23:40 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-11 19:54:53 -0400 |
commit | 7b60894ff8c5c67ff1caaf89173c3aa5cf57311e (patch) | |
tree | a4bb89ce9187aba69ef71f9382cb5f07c97b435c /drivers/base | |
parent | 7500d9363f7e356a5a3f10f1778f2e4f8a7eba94 (diff) |
PM / Runtime: Add missing "it" in comment
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/power/runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c index 72e00e66ecc5..19224883ca8b 100644 --- a/drivers/base/power/runtime.c +++ b/drivers/base/power/runtime.c | |||
@@ -1130,7 +1130,7 @@ EXPORT_SYMBOL_GPL(pm_runtime_barrier); | |||
1130 | * @dev: Device to handle. | 1130 | * @dev: Device to handle. |
1131 | * @check_resume: If set, check if there's a resume request for the device. | 1131 | * @check_resume: If set, check if there's a resume request for the device. |
1132 | * | 1132 | * |
1133 | * Increment power.disable_depth for the device and if was zero previously, | 1133 | * Increment power.disable_depth for the device and if it was zero previously, |
1134 | * cancel all pending runtime PM requests for the device and wait for all | 1134 | * cancel all pending runtime PM requests for the device and wait for all |
1135 | * operations in progress to complete. The device can be either active or | 1135 | * operations in progress to complete. The device can be either active or |
1136 | * suspended after its runtime PM has been disabled. | 1136 | * suspended after its runtime PM has been disabled. |