Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754663Ab0LFWKj (ORCPT ); Mon, 6 Dec 2010 17:10:39 -0500 Received: from mail.perches.com ([173.55.12.10]:2336 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754208Ab0LFWFW (ORCPT ); Mon, 6 Dec 2010 17:05:22 -0500 From: Joe Perches To: Jiri Kosina Cc: linux-kernel@vger.kernel.org Subject: [PATCH 08/29] drivers/block: Update WARN uses Date: Mon, 6 Dec 2010 14:04:58 -0800 Message-Id: X-Mailer: git-send-email 1.7.3.3.398.g0b0cd.dirty In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 28 Format neatening. Signed-off-by: Joe Perches --- drivers/block/floppy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index 3951020..311454f 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -3856,7 +3856,7 @@ static int floppy_revalidate(struct gendisk *disk) test_bit(FD_VERIFY_BIT, &UDRS->flags) || test_bit(drive, &fake_change) || NO_GEOM) { if (WARN(atomic_read(&usage_count) == 0, - "VFS: revalidate called on non-open device.\n")) + "VFS: revalidate called on non-open device\n")) return -EFAULT; lock_fdc(drive, false); -- 1.7.3.2.245.g03276.dirty -- 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/