Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933190Ab0BFRsQ (ORCPT ); Sat, 6 Feb 2010 12:48:16 -0500 Received: from Cpsmtpm-eml109.kpnxchange.com ([195.121.3.13]:63457 "EHLO CPSMTPM-EML109.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932652Ab0BFRrc (ORCPT ); Sat, 6 Feb 2010 12:47:32 -0500 From: Frans Pop To: linux-kernel@vger.kernel.org Cc: Frans Pop , linux-pm@lists.linux-foundation.org, "Rafael J. Wysocki" Subject: [PATCH 15/16] PM: remove trailing space in message Date: Sat, 6 Feb 2010 18:47:22 +0100 Message-Id: <1265478443-31072-15-git-send-email-elendil@planet.nl> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <201002061844.45212.elendil@planet.nl> References: <201002061844.45212.elendil@planet.nl> X-OriginalArrivalTime: 06 Feb 2010 17:47:26.0899 (UTC) FILETIME=[723A3830:01CAA754] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 896 Lines: 28 Signed-off-by: Frans Pop Cc: linux-pm@lists.linux-foundation.org Cc: Rafael J. Wysocki --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/