aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2004-12-12 16:32:26 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-12 16:32:26 -0800
commit4e46d7bc8c4247e1a061d9003c5dbc0c56f1278f (patch)
tree7ff346f68322a51555c04ddab38358eb5440e8b6 /kernel
parent93df896661acc32b14c617bb875dc9ad4de972dd (diff)
downloadhistory-4e46d7bc8c4247e1a061d9003c5dbc0c56f1278f.tar.gz
[PATCH] swsusp fixes: fix confusing printk
This fixes confusing printk. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/swsusp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/swsusp.c b/kernel/power/swsusp.c
index f6d25005bddb40..f9111d76a2b836 100644
--- a/kernel/power/swsusp.c
+++ b/kernel/power/swsusp.c
@@ -1131,7 +1131,7 @@ static int __init check_sig(void)
*/
error = bio_write_page(0, &swsusp_header);
} else {
- pr_debug(KERN_ERR "swsusp: Invalid partition type.\n");
+ pr_debug(KERN_ERR "swsusp: Suspend partition has wrong signature?\n");
return -EINVAL;
}
if (!error)