Re: [RFC,1/3] powerpc/powernv: fix comment style and spelling

2016-09-24 Thread Michael Ellerman
On Fri, 2016-16-09 at 10:39:44 UTC, Andrew Donnellan wrote:
> Signed-off-by: Andrew Donnellan 

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/6060e9ea8d2b69fff8fc70ed6a

cheers


[RFC 1/3] powerpc/powernv: fix comment style and spelling

2016-09-16 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan 
---
 arch/powerpc/platforms/powernv/pci-ioda.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c 
b/arch/powerpc/platforms/powernv/pci-ioda.c
index c16d790..ca5e9b5 100644
--- a/arch/powerpc/platforms/powernv/pci-ioda.c
+++ b/arch/powerpc/platforms/powernv/pci-ioda.c
@@ -3736,10 +3736,11 @@ static void __init pnv_pci_init_ioda_phb(struct 
device_node *np,
if (rc)
pr_warning("  OPAL Error %ld performing IODA table reset !\n", 
rc);
 
-   /* If we're running in kdump kerenl, the previous kerenl never
+   /*
+* If we're running in kdump kernel, the previous kernel never
 * shutdown PCI devices correctly. We already got IODA table
 * cleaned out. So we have to issue PHB reset to stop all PCI
-* transactions from previous kerenl.
+* transactions from previous kernel.
 */
if (is_kdump_kernel()) {
pr_info("  Issue PHB reset ...\n");
-- 
git-series 0.8.10