]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Fix pcie_port_device_resume() comment
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Jun 2015 21:03:23 +0000 (16:03 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 14 Jul 2015 18:41:04 +0000 (13:41 -0500)
commite7f6c6d02cc3fa7f78153919900561bd1dce02a3
tree3b0bfb811d06dd3f5005b5f86c5ba750026dad50
parent2b4aed1d1f119634d80d8c701873c2be01480aa9
PCI: Fix pcie_port_device_resume() comment

The function comment claimed this was pcie_port_device_suspend(), but it's
really pcie_port_device_resume().  Perils of cut and paste.

Use the correct function name in the comment.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pci/pcie/portdrv_core.c