From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755296Ab3GAUb4 (ORCPT ); Mon, 1 Jul 2013 16:31:56 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:43717 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755107Ab3GAUby (ORCPT ); Mon, 1 Jul 2013 16:31:54 -0400 Date: Mon, 01 Jul 2013 13:31:53 -0700 (PDT) Message-Id: <20130701.133153.968451539148790258.davem@davemloft.net> To: Ian.Campbell@citrix.com Cc: joe@perches.com, konrad.wilk@oracle.com, jeremy@goop.org, xen-devel@lists.xensource.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH next] xen: Use more current logging styles From: David Miller In-Reply-To: <1372406390.8976.67.camel@zakaz.uk.xensource.com> References: <1372395469.2060.36.camel@joe-AO722> <1372406390.8976.67.camel@zakaz.uk.xensource.com> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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, >> coalesce formats, reflow modified lines to 80 columns. >> >> Signed-off-by: Joe Perches > > Acked-by: Ian Campbell Applied. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH next] xen: Use more current logging styles Date: Mon, 01 Jul 2013 13:31:53 -0700 (PDT) Message-ID: <20130701.133153.968451539148790258.davem@davemloft.net> References: <1372395469.2060.36.camel@joe-AO722> <1372406390.8976.67.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: jeremy@goop.org, xen-devel@lists.xensource.com, konrad.wilk@oracle.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, joe@perches.com To: Ian.Campbell@citrix.com Return-path: In-Reply-To: <1372406390.8976.67.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org 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, >> coalesce formats, reflow modified lines to 80 columns. >> >> Signed-off-by: Joe Perches > > Acked-by: Ian Campbell Applied.