commit | e7f6c6d02cc3fa7f78153919900561bd1dce02a3 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 24 16:03:23 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 14 13:41:04 2015 -0500 |
tree | 3b0bfb811d06dd3f5005b5f86c5ba750026dad50 | |
parent | 2b4aed1d1f119634d80d8c701873c2be01480aa9 [diff] |
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>