Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965204AbbHKNdg (ORCPT ); Tue, 11 Aug 2015 09:33:36 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33203 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964810AbbHKNdf (ORCPT ); Tue, 11 Aug 2015 09:33:35 -0400 From: Swee Hua Law To: andreas.dilger@intel.com, gregkh@linuxfoundation.org Cc: Julia.Lawall@lip6.fr, hamohammed.sa@gmail.com, asaf.vertz@tandemg.com, sweehua81@gmail.com, viro@zeniv.linux.org.uk, HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] staging: lustre: Remove the space before \n Date: Tue, 11 Aug 2015 21:32:31 +0800 Message-Id: <1439299951-2012-4-git-send-email-sweehua81@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1439299951-2012-1-git-send-email-sweehua81@gmail.com> References: <1439299951-2012-1-git-send-email-sweehua81@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 28 Remove the extra space character right before \n in the string Signed-off-by: Swee Hua Law --- drivers/staging/lustre/lustre/llite/lloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/lloop.c b/drivers/staging/lustre/lustre/llite/lloop.c index de5eaa0..ee28457 100644 --- a/drivers/staging/lustre/lustre/llite/lloop.c +++ b/drivers/staging/lustre/lustre/llite/lloop.c @@ -308,7 +308,7 @@ static unsigned int loop_get_bio(struct lloop_device *lo, struct bio **req) rw = first->bi_rw; bio = &lo->lo_bio; while (*bio && (*bio)->bi_rw == rw) { - CDEBUG(D_INFO, "bio sector %llu size %u count %u vcnt%u \n", + CDEBUG(D_INFO, "bio sector %llu size %u count %u vcnt%u\n", (unsigned long long)(*bio)->bi_iter.bi_sector, (*bio)->bi_iter.bi_size, page_count, (*bio)->bi_vcnt); -- 2.1.4 -- 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/