PCI: Fix comment typo 'COMFIG_PM_OPS'
[deliverable/linux.git] / drivers / pci / pci-driver.c
index d04c5adafc1655624a528fb1a77b5f49fbbc3472..0f369d7326de9322deda8ba1dc87ae5ee713e58d 100644 (file)
@@ -1234,11 +1234,11 @@ static const struct dev_pm_ops 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
 
-#endif /* !COMFIG_PM_OPS */
+#endif /* !CONFIG_PM */
 
 /**
  * __pci_register_driver - register a new pci driver
This page took 0.026837 seconds and 5 git commands to generate.