[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1386216573.30493.86.camel@joe-AO722>
Date: Wed, 04 Dec 2013 20:09:33 -0800
From: Joe Perches <joe@...ches.com>
To: Wang Weidong <wangweidong1@...wei.com>
Cc: David Miller <davem@...emloft.net>, andrew.hendry@...il.com,
linux-x25@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] x25: convert printks to pr_<level>
On Thu, 2013-12-05 at 11:06 +0800, Wang Weidong wrote:
> use pr_<level> instead of printk(LEVEL)
Consider adding
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
or
#define pr_fmt(fmt) "X25: " fmt
to each of these files before any #include
and removing the leading "X25: " in each of
the formats.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists