On Thursday 2009-06-11 09:40, Joe Perches wrote: >Many of the calls to netfilter printk calls do not >have KERN_<level> prefixes. > >Convert printks with KERN_<level> to pr_<level> >and use pr_info for unprefixed printks. > >Remove the function names in printk strings and add >#define pr_fmt(fmt) "%s:%s " fmt, KBUILD_MODNAME, __func__ Hm I had wished there was a better way than to replicate this define over all Netfilter files. Perhaps stuff it into an include. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html