powerpc/eeh: fix incorrect function name in comment

The comment block above pcibios_set_pcie_reset_state() incorrectly refers
to pcibios_set_pcie_slot_reset(). Fix the comment accordingly.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Andrew Donnellan 2016-02-08 14:39:19 +11:00 committed by Michael Ellerman
parent 2e34057929
commit 31f6a4ada1

View File

@ -739,7 +739,7 @@ static void *eeh_restore_dev_state(void *data, void *userdata)
}
/**
* pcibios_set_pcie_slot_reset - Set PCI-E reset state
* pcibios_set_pcie_reset_state - Set PCI-E reset state
* @dev: pci device struct
* @state: reset state to enter
*