On Wed, 2012-10-17 at 11:47 +0530, Viresh Kumar wrote:
On 17 October 2012 11:34, Joe Perches joe@perches.com wrote:
I believe you are quoting KBUILD_MODNAME
Yes. :( Far better output with this. Thanks.
Oh good, but please use a space between KBUILD_MODNAME and the quoted ": ".
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
look at: $ git grep -E -h "pr_fmt.*KBUILD_MODNAME" *|sort|uniq -c|sort -rn