diff options
Diffstat (limited to 'kernel/power')
-rw-r--r-- | kernel/power/hibernate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index 3a20466015f8..7f44e5c26971 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c | |||
@@ -467,7 +467,7 @@ static int resume_target_kernel(bool platform_mode) | |||
467 | * @platform_mode: If set, use platform driver to prepare for the transition. | 467 | * @platform_mode: If set, use platform driver to prepare for the transition. |
468 | * | 468 | * |
469 | * This routine must be called with pm_mutex held. If it is successful, control | 469 | * This routine must be called with pm_mutex held. If it is successful, control |
470 | * reappears in the restored target kernel in hibernation_snaphot(). | 470 | * reappears in the restored target kernel in hibernation_snapshot(). |
471 | */ | 471 | */ |
472 | int hibernation_restore(int platform_mode) | 472 | int hibernation_restore(int platform_mode) |
473 | { | 473 | { |