From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Halasa Subject: Re: [PATCH 6/6] drivers/ide: Convert printk(KERN_NOTICE to pr_notice( Date: Mon, 18 May 2009 15:22:01 +0200 Message-ID: References: <3ff9e9c7a8918f4d5f7bab5590f46073a196a4bf.1242609804.git.joe@perches.com> <4A11343C.5070809@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from khc.piap.pl ([195.187.100.11]:36336 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751422AbZERNWF (ORCPT ); Mon, 18 May 2009 09:22:05 -0400 In-Reply-To: <4A11343C.5070809@ru.mvista.com> (Sergei Shtylyov's message of "Mon\, 18 May 2009 14\:11\:08 +0400") Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Sergei Shtylyov Cc: Joe Perches , Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Borislav Petkov Sergei Shtylyov writes: >> } else { >> floppy->blocks = blocks; >> floppy->block_size = length; >> floppy->bs_factor = length / 512; >> if (floppy->bs_factor != 1) >> - printk(KERN_NOTICE PFX "%s: Warning: " >> - "non 512 bytes block size not " >> - "fully supported\n", >> - drive->name); >> + pr_notice(PFX "%s: Warning: non 512 bytes block size not fully supported\n", >> > > Again. (> 80 chars in line) Though I think most people would agree that the latter is much better, no? I think removal (rewording) of this rule has already been agreed upon, though not exactly yet codified. -- Krzysztof Halasa