projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e34057
)
powerpc/eeh: fix incorrect function name in comment
author
Andrew Donnellan
<andrew.donnellan@au1.ibm.com>
Mon, 8 Feb 2016 03:39:19 +0000
(14:39 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 8 Feb 2016 11:34:59 +0000
(22:34 +1100)
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>
arch/powerpc/kernel/eeh.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/eeh.c
b/arch/powerpc/kernel/eeh.c
index 40e4d4a276635c304db839c5eb88002a386d712b..8c6005cf15832301d635e6d91fea3cfacfa6a1be 100644
(file)
--- a/
arch/powerpc/kernel/eeh.c
+++ b/
arch/powerpc/kernel/eeh.c
@@
-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
*