[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1265478443-31072-15-git-send-email-elendil@planet.nl>
Date: Sat, 6 Feb 2010 18:47:22 +0100
From: Frans Pop <elendil@...net.nl>
To: linux-kernel@...r.kernel.org
Cc: Frans Pop <elendil@...net.nl>, linux-pm@...ts.linux-foundation.org,
"Rafael J. Wysocki" <rjw@...k.pl>
Subject: [PATCH 15/16] PM: remove trailing space in message
Signed-off-by: Frans Pop <elendil@...net.nl>
Cc: linux-pm@...ts.linux-foundation.org
Cc: Rafael J. Wysocki <rjw@...k.pl>
---
kernel/power/snapshot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index 36cb168..2eda407 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -1500,7 +1500,7 @@ asmlinkage int swsusp_save(void)
{
unsigned int nr_pages, nr_highmem;
- printk(KERN_INFO "PM: Creating hibernation image: \n");
+ printk(KERN_INFO "PM: Creating hibernation image:\n");
drain_local_pages(NULL);
nr_pages = count_data_pages();
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists