aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/power/runtime_pm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
index f62deb66d5c1..8cc48b05939d 100644
--- a/Documentation/power/runtime_pm.txt
+++ b/Documentation/power/runtime_pm.txt
@@ -667,11 +667,11 @@ driver/base/power/generic_ops.c:
667 667
668 int pm_generic_runtime_suspend(struct device *dev); 668 int pm_generic_runtime_suspend(struct device *dev);
669 - invoke the ->runtime_suspend() callback provided by the driver of this 669 - invoke the ->runtime_suspend() callback provided by the driver of this
670 device and return its result, or return -EINVAL if not defined 670 device and return its result, or return 0 if not defined
671 671
672 int pm_generic_runtime_resume(struct device *dev); 672 int pm_generic_runtime_resume(struct device *dev);
673 - invoke the ->runtime_resume() callback provided by the driver of this 673 - invoke the ->runtime_resume() callback provided by the driver of this
674 device and return its result, or return -EINVAL if not defined 674 device and return its result, or return 0 if not defined
675 675
676 int pm_generic_suspend(struct device *dev); 676 int pm_generic_suspend(struct device *dev);
677 - if the device has not been suspended at run time, invoke the ->suspend() 677 - if the device has not been suspended at run time, invoke the ->suspend()