Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbZGFUbV (ORCPT ); Mon, 6 Jul 2009 16:31:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752955AbZGFUbN (ORCPT ); Mon, 6 Jul 2009 16:31:13 -0400 Received: from 136-022.dsl.LABridge.com ([206.117.136.22]:1058 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752744AbZGFUbN (ORCPT ); Mon, 6 Jul 2009 16:31:13 -0400 Subject: Re: [PATCH] Remove multiple KERN_ prefixes from printk formats From: Joe Perches To: Mike Frysinger Cc: Linus Torvalds , Yinghai Lu , Ingo Molnar , "linux-kernel@vger.kernel.org" In-Reply-To: <8bd0f97a0907061323j3480fa61sa7f44d71819a076d@mail.gmail.com> References: <4A4C3410.8080704@kernel.org> <1246513356.28915.62.camel@Joe-Laptop.home> <1246556320.28915.92.camel@Joe-Laptop.home> <1246910740.4643.10.camel@Joe-Laptop.home> <8bd0f97a0907061323j3480fa61sa7f44d71819a076d@mail.gmail.com> Content-Type: text/plain Date: Mon, 06 Jul 2009 13:29:54 -0700 Message-Id: <1246912194.4643.13.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 22 On Mon, 2009-07-06 at 16:23 -0400, Mike Frysinger wrote: > thanks, i had started this in the Blackfin code a little, but your > patch includes what i did and more, so the Blackfin stuff should be > mostly fine (pending comments below). [] > > - printk(KERN_EMERG "\n" KERN_EMERG "Double Fault\n"); > > + printk(KERN_EMERG "Double Fault\n"); > > dropped a newline. we've largely made sure the newlines and such were > as we want in the output ... in this case, it is not a matter of > adding a newline where one did not exist before Hi Mike. I'm of the opinion that blank lines in the log file aren't very useful, but as you like, it's your code. -- 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/