Skip to content

Commit

Permalink
powerpc/eeh: fix incorrect function name in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Donnellan authored and Michael Ellerman committed Feb 8, 2016
1 parent 2e34057 commit 31f6a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 31f6a4a

Please sign in to comment.