patch-2.4.23 linux-2.4.23/drivers/hotplug/pci_hotplug_util.c
Next file: linux-2.4.23/drivers/ide/Config.in
Previous file: linux-2.4.23/drivers/hotplug/pci_hotplug_core.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/hotplug/pci_hotplug_util.c
- Orig date:
2003-06-13 07:51:33.000000000 -0700
diff -urN linux-2.4.22/drivers/hotplug/pci_hotplug_util.c linux-2.4.23/drivers/hotplug/pci_hotplug_util.c
@@ -1,9 +1,9 @@
/*
* PCI HotPlug Utility functions
*
- * Copyright (c) 1995,2001 Compaq Computer Corporation
- * Copyright (c) 2001 Greg Kroah-Hartman (greg@kroah.com)
- * Copyright (c) 2001 IBM Corp.
+ * Copyright (C) 1995,2001 Compaq Computer Corporation
+ * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
+ * Copyright (C) 2001 IBM Corp.
*
* All rights reserved.
*
@@ -41,7 +41,7 @@
#define MY_NAME THIS_MODULE->name
#endif
-#define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: "__FUNCTION__": " fmt , MY_NAME , ## 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)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)