Prev: [PATCH 03/16] ia64: remove trailing space in messages
Next: Some fixes and cleanups for DMFE nework driver
From: Frans Pop on 6 Feb 2010 12:50 Signed-off-by: Frans Pop <elendil(a)planet.nl> Cc: linux-pm(a)lists.linux-foundation.org Cc: Rafael J. Wysocki <rjw(a)sisk.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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Pavel Machek on 8 Feb 2010 13:20
On Sat 2010-02-06 18:47:22, Frans Pop wrote: > Signed-off-by: Frans Pop <elendil(a)planet.nl> > Cc: linux-pm(a)lists.linux-foundation.org > Cc: Rafael J. Wysocki <rjw(a)sisk.pl> ack. > +++ 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(); -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |