Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755587Ab3F1LNH (ORCPT ); Fri, 28 Jun 2013 07:13:07 -0400 Received: from smtp.eu.citrix.com ([46.33.159.39]:52436 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407Ab3F1LNB (ORCPT ); Fri, 28 Jun 2013 07:13:01 -0400 X-IronPort-AV: E=Sophos;i="4.87,958,1363132800"; d="scan'208";a="6167419" Message-ID: <1372417978.8976.123.camel@zakaz.uk.xensource.com> Subject: Re: [PATCH next] xen: Convert printks to pr_ From: Ian Campbell To: Joe Perches CC: Wei Liu , Konrad Rzeszutek Wilk , Jeremy Fitzhardinge , , , , "virtualization@lists.osdl.org" Date: Fri, 28 Jun 2013 12:12:58 +0100 In-Reply-To: <1372414901.2060.44.camel@joe-AO722> References: <1372395469.2060.36.camel@joe-AO722> <20130628080250.GA16643@zion.uk.xensource.com> <1372414901.2060.44.camel@joe-AO722> Organization: Citrix Systems, Inc. Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.30.203.1] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3416 Lines: 71 On Fri, 2013-06-28 at 03:21 -0700, Joe Perches wrote: > Convert printks to pr_ (excludes printk(KERN_DEBUG...) > to be more consistent throughout the xen subsystem. > > Add pr_fmt with KBUILD_MODNAME or "xen:" KBUILD_MODNAME > Coalesce formats and add missing word spaces > Add missing newlines > Align arguments and reflow to 80 columns > Remove DRV_NAME from formats as pr_fmt adds the same content > > This does change some of the prefixes of these messages > but it also does make them more consistent. > > Signed-off-by: Joe Perches > --- > > On Fri, 2013-06-28 at 09:02 +0100, Wei Liu wrote: > > Do you also need to replace other printk occurences in xen-netback > > directory, say, interface.c and xenbus.c? > > Well, I don't _need_ to but if you want it I think Wei just mean drivers/net/xen-blkback/{interface.c,xenbus.c} in addition to the netback.c you were patching in your previous patch. > this is what I suggest. Wow ;-) > drivers/xen/balloon.c | 6 +++-- > drivers/xen/cpu_hotplug.c | 6 +++-- > drivers/xen/events.c | 23 +++++++++--------- > drivers/xen/evtchn.c | 6 +++-- > drivers/xen/gntalloc.c | 6 +++-- > drivers/xen/gntdev.c | 8 ++++--- > drivers/xen/grant-table.c | 17 +++++++------- > drivers/xen/manage.c | 23 +++++++++--------- > drivers/xen/mcelog.c | 36 +++++++++++------------------ > drivers/xen/pcpu.c | 12 +++++----- > drivers/xen/privcmd.c | 4 +++- > drivers/xen/swiotlb-xen.c | 12 ++++++---- > drivers/xen/tmem.c | 10 ++++---- > drivers/xen/xen-acpi-cpuhotplug.c | 2 ++ > drivers/xen/xen-acpi-memhotplug.c | 2 ++ > drivers/xen/xen-acpi-pad.c | 2 ++ > drivers/xen/xen-acpi-processor.c | 25 ++++++++++---------- > drivers/xen/xen-balloon.c | 6 +++-- > drivers/xen/xen-pciback/conf_space_header.c | 16 ++++++------- > drivers/xen/xen-pciback/pci_stub.c | 25 +++++++++----------- > drivers/xen/xen-pciback/pciback_ops.c | 9 +++++--- > drivers/xen/xen-pciback/vpci.c | 10 ++++---- > drivers/xen/xen-pciback/xenbus.c | 8 ++++--- > drivers/xen/xen-selfballoon.c | 11 ++++----- > drivers/xen/xenbus/xenbus_comms.c | 13 ++++++----- > drivers/xen/xenbus/xenbus_dev_backend.c | 4 +++- > drivers/xen/xenbus/xenbus_dev_frontend.c | 4 +++- > drivers/xen/xenbus/xenbus_probe.c | 30 +++++++++++------------- > drivers/xen/xenbus/xenbus_probe_backend.c | 8 ++++--- > drivers/xen/xenbus/xenbus_probe_frontend.c | 35 ++++++++++++++-------------- > drivers/xen/xenbus/xenbus_xs.c | 22 ++++++++---------- > drivers/xen/xencomm.c | 2 ++ > drivers/xen/xenfs/super.c | 4 +++- > include/xen/hvm.h | 4 ++-- > 34 files changed, 215 insertions(+), 196 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/