[PATCH] [TRIVIAL] PCI: Fix comment typo 'COMFIG_PM_OPS'

From: Paul Bolle
Date: Fri Sep 26 2014 - 13:53:17 EST


Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
Build tested only.

drivers/pci/pci-driver.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c
index 2b3c89425bb5..3c6ba623c325 100644
--- a/drivers/pci/pci-driver.c
+++ b/drivers/pci/pci-driver.c
@@ -1231,11 +1231,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
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/