| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20110311000928.GI6198@pulham.picochip.com> Date: Fri, 11 Mar 2011 00:09:28 +0000 From: Jamie Iles <jamie@...ieiles.com> To: Joe Perches <joe@...ches.com> Cc: Jamie Iles <jamie@...ieiles.com>, netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, nicolas.ferre@...el.com Subject: Re: [PATCH 3/8] macb: convert printk to pr_ and friends On Thu, Mar 10, 2011 at 02:48:04PM -0800, Joe Perches wrote: > On Thu, 2011-03-10 at 10:10 +0000, Jamie Iles wrote: > > macb is already using the dev_dbg() and friends helpers so use pr_foo() > > along with a pr_fmt() definition to make the printing a little cleaner. > > Signed-off-by: Jamie Iles <jamie@...ieiles.com> > > Hi Jamie. > > Because these conversions use a struct net_device, > they would be better as: > > netdev_<foo>(struct net_device *dev, const char *fmt, ...) Ahh nice, I hadn't come across those before. I'll update all of the pr_* and dev_* statements to use the netdev variants. Thanks for that! Jamie -- 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