Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31f6a4ad authored by Andrew Donnellan's avatar Andrew Donnellan Committed by Michael Ellerman
Browse files

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: default avatarAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: default avatarGavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 2e340579
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * @dev: pci device struct
 * @state: reset state to enter
 * @state: reset state to enter
 *
 *