Browse Source

PM / sleep: Fix symbol name in a comment in kernel/power/main.c

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Rafael J. Wysocki 10 years ago
parent
commit
819b1bb30d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/power/main.c

+ 1 - 1
kernel/power/main.c

@@ -272,7 +272,7 @@ static inline void pm_print_times_init(void)
 {
 	pm_print_times_enabled = !!initcall_debug;
 }
-#else /* !CONFIG_PP_SLEEP_DEBUG */
+#else /* !CONFIG_PM_SLEEP_DEBUG */
 static inline void pm_print_times_init(void) {}
 #endif /* CONFIG_PM_SLEEP_DEBUG */