Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932968AbXK3SKO (ORCPT ); Fri, 30 Nov 2007 13:10:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933035AbXK3SJ4 (ORCPT ); Fri, 30 Nov 2007 13:09:56 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:56756 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933003AbXK3SJz (ORCPT ); Fri, 30 Nov 2007 13:09:55 -0500 Date: Fri, 30 Nov 2007 19:09:54 +0100 (CET) From: Jan Engelhardt To: Joe Perches cc: Alexey Dobriyan , linux-kernel@vger.kernel.org Subject: Re: RFC - organize include/linux/kernel.h, add include/linux/logging.h In-Reply-To: <1196445871.22120.178.camel@localhost> Message-ID: References: <20071130092842.GA6221@localhost.sw.ru> <1196445871.22120.178.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 648 Lines: 20 On Nov 30 2007 10:04, Joe Perches wrote: > >There are many private logging definitions that could be >consolidated in generic way. Things like: > > #define MY_PRINTK(fmt, arg) print(PFX fmt, ##arg) > >cheers, Joe While you are at that, PFX should probably be KBUILD_MODNAME, for simplicity. Then it will be easy to consolidate since they all use KBUILD_MODNAME rather than their own PFX. Just btw :) - 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/