[PATCH wireless-next 00/20] Use pr_<level>
Joe Perches
joe at perches.com
Fri Jun 15 06:48:39 EDT 2012
On Fri, 2012-06-15 at 09:36 +0200, Johannes Berg wrote:
> On Thu, 2012-06-14 at 22:53 -0700, Joe Perches wrote:
> > Update logging style
>
> So ... since we make everybody else explain *why* they make a change, I
> think you should too.
To improve logging style consistency.
To reduce logging defects.
To standardize logging prefixes.
To tee up conversions of:
pr_<level>("%s: ...", ([truct netdevice *]foo)->name, ...)
to
netdev_<level>(foo, "...", ...)
More information about the libertas-dev
mailing list