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

Commit d439e64f authored by Geliang Tang's avatar Geliang Tang Committed by Rafael J. Wysocki
Browse files

PM / hibernate: fix a comment typo



Just fix a typo in a function name in kerneldoc comments.

Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1c5dd134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ int hibernate(void)
 * contents of memory is restored from the saved image.
 *
 * If this is successful, control reappears in the restored target kernel in
 * hibernation_snaphot() which returns to hibernate().  Otherwise, the routine
 * hibernation_snapshot() which returns to hibernate().  Otherwise, the routine
 * attempts to recover gracefully and make the kernel return to the normal mode
 * of operation.
 */