aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/power/runtime_pm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
index b6ce00b2be9a..a5683a5662cb 100644
--- a/Documentation/power/runtime_pm.txt
+++ b/Documentation/power/runtime_pm.txt
@@ -232,7 +232,7 @@ defined in include/linux/pm.h:
232 equal to zero); the initial value of it is 1 (i.e. runtime PM is 232 equal to zero); the initial value of it is 1 (i.e. runtime PM is
233 initially disabled for all devices) 233 initially disabled for all devices)
234 234
235 unsigned int runtime_error; 235 int runtime_error;
236 - if set, there was a fatal error (one of the callbacks returned error code 236 - if set, there was a fatal error (one of the callbacks returned error code
237 as described in Section 2), so the helper funtions will not work until 237 as described in Section 2), so the helper funtions will not work until
238 this flag is cleared; this is the error code returned by the failing 238 this flag is cleared; this is the error code returned by the failing