OSDN Git Service

PM / sleep: Fix symbol name in a comment in kernel/power/main.c
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 May 2015 13:31:12 +0000 (15:31 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 May 2015 13:31:12 +0000 (15:31 +0200)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/main.c

index 86e8157..63d395b 100644 (file)
@@ -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 */