From: Andrew Morton Clarify the text a little. Cc: "Rafael J. Wysocki" Cc: Pavel Machek Signed-off-by: Andrew Morton --- kernel/printk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/printk.c~swsusp-provide-users-with-a-hint-about-the-no_console_suspend-option-fix kernel/printk.c --- a/kernel/printk.c~swsusp-provide-users-with-a-hint-about-the-no_console_suspend-option-fix +++ a/kernel/printk.c @@ -933,7 +933,7 @@ void suspend_console(void) { if (!console_suspend_enabled) return; - printk("Suspending console(s) (no_console_suspend to debug?)\n"); + printk("Suspending console(s) (use no_console_suspend to debug)\n"); acquire_console_sem(); console_suspended = 1; } _