From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Seidel Subject: Re: [PATCH] ACPI: add missing KERN_* constants to printks Date: Wed, 04 Feb 2009 16:48:58 +0100 Message-ID: <4989B8EA.5000105@suse.de> References: <4989A784.3030604@suse.de> <200902041628.03675.elendil@planet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Frans Pop , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, len.brown@intel.com, shaohuhua.li@intel.com, kristen.c.accardi@intel.com, frank@f-seidel.de List-Id: linux-acpi@vger.kernel.org Geert Uytterhoeven wrote: > Actually they should, but the right prefix :-) > > Quoting include/linux/kernel.h: > ... Ah, no i see. And i missed the line (from janitors todo) that this should only be done for line beginnings (and now KERN_CONT for core/arch..). Thank you very much that pointer. Will keep it in mind for my further cleanups of this topic. Of course i will then also redo the above patch. Thanks, Frank