Commit 01c92009 authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds

[PATCH] fix naming in swsusp

At few points we still reference to swsusp as "pmdisk"...  it might confuse
someone not knowing full history.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e33b4fa5
......@@ -1216,7 +1216,7 @@ static int __init read_suspend_image(void)
}
/**
* pmdisk_read - Read saved image from swap.
* swsusp_read - Read saved image from swap.
*/
int __init swsusp_read(void)
......@@ -1240,6 +1240,6 @@ int __init swsusp_read(void)
if (!error)
pr_debug("Reading resume file was successful\n");
else
pr_debug("pmdisk: Error %d resuming\n", error);
pr_debug("swsusp: Error %d resuming\n", error);
return error;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment