mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
PM / hibernate: fix a comment typo
Just fix a typo in a function name in kerneldoc comments. Signed-off-by: Geliang Tang <geliangtang@163.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
1c5dd13459
commit
d439e64f22
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ int hibernate(void)
|
||||||
* contents of memory is restored from the saved image.
|
* contents of memory is restored from the saved image.
|
||||||
*
|
*
|
||||||
* If this is successful, control reappears in the restored target kernel in
|
* 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
|
* attempts to recover gracefully and make the kernel return to the normal mode
|
||||||
* of operation.
|
* of operation.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue