Browse Source

PCI: Fix comment typo 'COMFIG_PM_OPS'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle 11 years ago
parent
commit
2386dc4fb0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/pci/pci-driver.c

+ 2 - 2
drivers/pci/pci-driver.c

@@ -1234,11 +1234,11 @@ static const struct dev_pm_ops pci_dev_pm_ops = {
 
 
 #define PCI_PM_OPS_PTR	(&pci_dev_pm_ops)
 #define PCI_PM_OPS_PTR	(&pci_dev_pm_ops)
 
 
-#else /* !COMFIG_PM_OPS */
+#else /* !CONFIG_PM */
 
 
 #define PCI_PM_OPS_PTR	NULL
 #define PCI_PM_OPS_PTR	NULL
 
 
-#endif /* !COMFIG_PM_OPS */
+#endif /* !CONFIG_PM */
 
 
 /**
 /**
  * __pci_register_driver - register a new pci driver
  * __pci_register_driver - register a new pci driver