patch-2.4.23 linux-2.4.23/drivers/hotplug/cpqphp_nvram.c
Next file: linux-2.4.23/drivers/hotplug/cpqphp_nvram.h
Previous file: linux-2.4.23/drivers/hotplug/cpqphp_ctrl.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/cpqphp_nvram.c
- Orig date:
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.22/drivers/hotplug/cpqphp_nvram.c linux-2.4.23/drivers/hotplug/cpqphp_nvram.c
@@ -1,9 +1,9 @@
/*
* Compaq Hot Plug Controller Driver
*
- * 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.
*
@@ -160,7 +160,7 @@
(temp6 == 'Q')) {
result = 1;
}
- dbg (__FUNCTION__" - returned %d\n", result);
+ dbg ("%s - returned %d\n",__FUNCTION__, result);
return result;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)