Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21e82808 authored by Barry Song's avatar Barry Song Committed by Rafael J. Wysocki
Browse files

PM / Hibernate: Fix typo in a kerneldoc comment



Fix a typo in a function name in the kerneldoc comment next to
resume_target_kernel().

[rjw: Changed the subject slightly, added the changelog.]

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 2aede851
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -467,7 +467,7 @@ static int resume_target_kernel(bool platform_mode)
 * @platform_mode: If set, use platform driver to prepare for the transition.
 * @platform_mode: If set, use platform driver to prepare for the transition.
 *
 *
 * This routine must be called with pm_mutex held.  If it is successful, control
 * This routine must be called with pm_mutex held.  If it is successful, control
 * reappears in the restored target kernel in hibernation_snaphot().
 * reappears in the restored target kernel in hibernation_snapshot().
 */
 */
int hibernation_restore(int platform_mode)
int hibernation_restore(int platform_mode)
{
{