Messages in this thread |  | | Subject | Re: [PATCH] net/core: Convert to current logging forms | | From | Ben Hutchings <> | | Date | Tue, 28 Jun 2011 21:21:41 +0100 |
| |
On Tue, 2011-06-28 at 12:40 -0700, Joe Perches wrote: > Use pr_fmt, pr_<level>, and netdev_<level> as appropriate. > > Coalesce long formats. [...] > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -72,6 +72,8 @@ > * - netif_rx() feedback > */ > > +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > + [...]
KBUILD_MODNAME is presumably going to be "dev". That's not very meaningful.
Ben.
-- Ben Hutchings, Senior Software Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked.
|  |