aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/power')
-rw-r--r--kernel/power/disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/disk.c b/kernel/power/disk.c
index 4a4a206b1979..9d1c1a0de350 100644
--- a/kernel/power/disk.c
+++ b/kernel/power/disk.c
@@ -265,7 +265,7 @@ static int create_image(int platform_mode)
265 * hibernation_snapshot - quiesce devices and create the hibernation 265 * hibernation_snapshot - quiesce devices and create the hibernation
266 * snapshot image. 266 * snapshot image.
267 * @platform_mode - if set, use the platform driver, if available, to 267 * @platform_mode - if set, use the platform driver, if available, to
268 * prepare the platform frimware for the power transition. 268 * prepare the platform firmware for the power transition.
269 * 269 *
270 * Must be called with pm_mutex held 270 * Must be called with pm_mutex held
271 */ 271 */
@@ -378,7 +378,7 @@ static int resume_target_kernel(void)
378 * hibernation_restore - quiesce devices and restore the hibernation 378 * hibernation_restore - quiesce devices and restore the hibernation
379 * snapshot image. If successful, control returns in hibernation_snaphot() 379 * snapshot image. If successful, control returns in hibernation_snaphot()
380 * @platform_mode - if set, use the platform driver, if available, to 380 * @platform_mode - if set, use the platform driver, if available, to
381 * prepare the platform frimware for the transition. 381 * prepare the platform firmware for the transition.
382 * 382 *
383 * Must be called with pm_mutex held 383 * Must be called with pm_mutex held
384 */ 384 */