The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] PCI: Fix comment typo 'COMFIG_PM_OPS'
@ 2014-09-26 17:53 Paul Bolle
  0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-09-26 17:53 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-26 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 17:53 [PATCH] [TRIVIAL] PCI: Fix comment typo 'COMFIG_PM_OPS' Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox