PCI: Fix comment typo 'COMFIG_PM_OPS'
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 26 Sep 2014 17:53:11 +0000 (19:53 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 29 Oct 2014 13:42:51 +0000 (14:42 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/pci/pci-driver.c

index d04c5ad..0f369d7 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