summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/cpci_hotplug_pci.c2
-rw-r--r--drivers/hotplug/cpqphp_core.c2
-rw-r--r--drivers/hotplug/cpqphp_pci.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hotplug/cpci_hotplug_pci.c b/drivers/hotplug/cpci_hotplug_pci.c
index da4d0d77b13b..822a7b9353e6 100644
--- a/drivers/hotplug/cpci_hotplug_pci.c
+++ b/drivers/hotplug/cpci_hotplug_pci.c
@@ -341,7 +341,7 @@ static int cpci_configure_dev(struct pci_bus *bus, struct pci_dev *dev)
/*
* Need to explicitly set irq field to 0 so that it'll get assigned
- * by the pcibios platform dependant code called by pci_enable_device.
+ * by the pcibios platform dependent code called by pci_enable_device.
*/
dev->irq = 0;
diff --git a/drivers/hotplug/cpqphp_core.c b/drivers/hotplug/cpqphp_core.c
index 5e641fd1c6e3..15b4f37424e6 100644
--- a/drivers/hotplug/cpqphp_core.c
+++ b/drivers/hotplug/cpqphp_core.c
@@ -42,7 +42,7 @@
#include "cpqphp.h"
#include "cpqphp_nvram.h"
-#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */
/* Global variables */
diff --git a/drivers/hotplug/cpqphp_pci.c b/drivers/hotplug/cpqphp_pci.c
index 1d3bb90efdf2..e8e5328b7666 100644
--- a/drivers/hotplug/cpqphp_pci.c
+++ b/drivers/hotplug/cpqphp_pci.c
@@ -36,7 +36,7 @@
#include <linux/pci.h>
#include "cpqphp.h"
#include "cpqphp_nvram.h"
-#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */
u8 cpqhp_nic_irq;