[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254248104.28232.447.camel@Joe-Laptop.home>
Date: Tue, 29 Sep 2009 11:15:04 -0700
From: Joe Perches <joe@...ches.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Sam Ravnborg <sam@...nborg.org>,
Martin Schwidefsky <schwidefsky@...ibm.com>
Subject: [RFC] move #define pr_fmt KBUILD_MODNAME and KMSG_COMPONENT to
Makefiles?
There are starting to be more uses of
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
and
#define KMSG_COMPONENT "foo"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
in kernel sources.
Perhaps it would be better to put these
defines in the appropriate Makefile and not
sprinkle the sources with them multiple times?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists