Re: [PATCH next] xen: Use more current logging styles

2013-07-01 Thread David Miller
From: Ian Campbell Date: Fri, 28 Jun 2013 08:59:50 +0100 > On Thu, 2013-06-27 at 21:57 -0700, Joe Perches wrote: >> Instead of mixing printk and pr_ forms, >> just use pr_ >> >> Miscellaneous changes around these conversions: >> >> Add a missing newline to avoid message interleaving, >> coalesc

Re: [PATCH next] xen: Use more current logging styles

2013-06-28 Thread Konrad Rzeszutek Wilk
On Thu, Jun 27, 2013 at 09:57:49PM -0700, Joe Perches wrote: > Instead of mixing printk and pr_ forms, > just use pr_ > > Miscellaneous changes around these conversions: > > Add a missing newline to avoid message interleaving, > coalesce formats, reflow modified lines to 80 columns. > > Signed-o

Re: [PATCH next] xen: Use more current logging styles

2013-06-28 Thread Wei Liu
On Thu, Jun 27, 2013 at 09:57:49PM -0700, Joe Perches wrote: > Instead of mixing printk and pr_ forms, > just use pr_ > > Miscellaneous changes around these conversions: > > Add a missing newline to avoid message interleaving, > coalesce formats, reflow modified lines to 80 columns. > Do you al

Re: [PATCH next] xen: Use more current logging styles

2013-06-28 Thread Ian Campbell
On Thu, 2013-06-27 at 21:57 -0700, Joe Perches wrote: > Instead of mixing printk and pr_ forms, > just use pr_ > > Miscellaneous changes around these conversions: > > Add a missing newline to avoid message interleaving, > coalesce formats, reflow modified lines to 80 columns. > > Signed-off-by:

[PATCH next] xen: Use more current logging styles

2013-06-27 Thread Joe Perches
Instead of mixing printk and pr_ forms, just use pr_ Miscellaneous changes around these conversions: Add a missing newline to avoid message interleaving, coalesce formats, reflow modified lines to 80 columns. Signed-off-by: Joe Perches --- drivers/net/xen-netback/netback.c | 7 +++ driver