diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-05-13 09:31:12 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-05-13 09:31:12 -0400 |
commit | 819b1bb30d2fb1b3a2b8016e83f02dfc85ada1e0 (patch) | |
tree | b29eb004091e56d567a6334e407d34ddf38892c6 | |
parent | 084609bf727981c7a2e6e69aefe0052c9d793300 (diff) |
PM / sleep: Fix symbol name in a comment in kernel/power/main.c
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | kernel/power/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/main.c b/kernel/power/main.c index 86e8157a450f..63d395b5df93 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c | |||
@@ -272,7 +272,7 @@ static inline void pm_print_times_init(void) | |||
272 | { | 272 | { |
273 | pm_print_times_enabled = !!initcall_debug; | 273 | pm_print_times_enabled = !!initcall_debug; |
274 | } | 274 | } |
275 | #else /* !CONFIG_PP_SLEEP_DEBUG */ | 275 | #else /* !CONFIG_PM_SLEEP_DEBUG */ |
276 | static inline void pm_print_times_init(void) {} | 276 | static inline void pm_print_times_init(void) {} |
277 | #endif /* CONFIG_PM_SLEEP_DEBUG */ | 277 | #endif /* CONFIG_PM_SLEEP_DEBUG */ |
278 | 278 | ||