xen: Convert printks to pr_<level>
authorJoe Perches <joe@perches.com>
Fri, 28 Jun 2013 10:21:41 +0000 (03:21 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 28 Jun 2013 15:19:58 +0000 (11:19 -0400)
commit283c0972d53769ee44750cad4c27e3f5fa26ec1f
tree598a36146515f114e21047daa9e19ea8ac8e5fdc
parent65e053a7038c608f89272d4fb1f899890c579f0a
xen: Convert printks to pr_<level>

Convert printks to pr_<level> (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 <joe@perches.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
34 files changed:
drivers/xen/balloon.c
drivers/xen/cpu_hotplug.c
drivers/xen/events.c
drivers/xen/evtchn.c
drivers/xen/gntalloc.c
drivers/xen/gntdev.c
drivers/xen/grant-table.c
drivers/xen/manage.c
drivers/xen/mcelog.c
drivers/xen/pcpu.c
drivers/xen/privcmd.c
drivers/xen/swiotlb-xen.c
drivers/xen/tmem.c
drivers/xen/xen-acpi-cpuhotplug.c
drivers/xen/xen-acpi-memhotplug.c
drivers/xen/xen-acpi-pad.c
drivers/xen/xen-acpi-processor.c
drivers/xen/xen-balloon.c
drivers/xen/xen-pciback/conf_space_header.c
drivers/xen/xen-pciback/pci_stub.c
drivers/xen/xen-pciback/pciback_ops.c
drivers/xen/xen-pciback/vpci.c
drivers/xen/xen-pciback/xenbus.c
drivers/xen/xen-selfballoon.c
drivers/xen/xenbus/xenbus_comms.c
drivers/xen/xenbus/xenbus_dev_backend.c
drivers/xen/xenbus/xenbus_dev_frontend.c
drivers/xen/xenbus/xenbus_probe.c
drivers/xen/xenbus/xenbus_probe_backend.c
drivers/xen/xenbus/xenbus_probe_frontend.c
drivers/xen/xenbus/xenbus_xs.c
drivers/xen/xencomm.c
drivers/xen/xenfs/super.c
include/xen/hvm.h
This page took 0.033527 seconds and 5 git commands to generate.