summaryrefslogtreecommitdiff
path: root/drivers/hotplug/pci_hotplug_util.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-07-23 21:56:39 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2002-07-23 21:56:39 -0700
commit01bb34401dce1bbc2fd1b299595148aabdb46e99 (patch)
tree8758dca779a6bd88a7e12f89565b6fd91b98d9a6 /drivers/hotplug/pci_hotplug_util.c
parent3b89dbbd78bb638c2691c5752ed0d54fd1a73fa1 (diff)
parenta36a2ed39e7baa8df0570dceef206914e360a740 (diff)
Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5
into kroah.com:/home/greg/linux/BK/pci_hp-2.5
Diffstat (limited to 'drivers/hotplug/pci_hotplug_util.c')
-rw-r--r--drivers/hotplug/pci_hotplug_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/pci_hotplug_util.c b/drivers/hotplug/pci_hotplug_util.c
index fe0730cde0d1..18648af6fc11 100644
--- a/drivers/hotplug/pci_hotplug_util.c
+++ b/drivers/hotplug/pci_hotplug_util.c
@@ -41,7 +41,7 @@
#define MY_NAME THIS_MODULE->name
#endif
-#define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __FUNCTION__, ## arg); } while (0)
+#define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __FUNCTION__ , ## arg); } while (0)
#define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
#define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)