diff options
author | Andrew Donnellan <andrew.donnellan@au1.ibm.com> | 2016-09-16 06:39:44 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-09-22 17:54:23 -0400 |
commit | 6060e9ea8d2b69fff8fc70ed6a1df242224dc197 (patch) | |
tree | 0e97e975d6ce15a0cdf89fa87fd41b1997926f0f | |
parent | 148151a66a74bf43c6acc932a3f6cca464837b78 (diff) |
powerpc/powernv: Fix comment style and spelling
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/platforms/powernv/pci-ioda.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c index 5845a9ed01bd..748d733187a4 100644 --- a/arch/powerpc/platforms/powernv/pci-ioda.c +++ b/arch/powerpc/platforms/powernv/pci-ioda.c | |||
@@ -3769,10 +3769,11 @@ static void __init pnv_pci_init_ioda_phb(struct device_node *np, | |||
3769 | if (rc) | 3769 | if (rc) |
3770 | pr_warning(" OPAL Error %ld performing IODA table reset !\n", rc); | 3770 | pr_warning(" OPAL Error %ld performing IODA table reset !\n", rc); |
3771 | 3771 | ||
3772 | /* If we're running in kdump kerenl, the previous kerenl never | 3772 | /* |
3773 | * If we're running in kdump kernel, the previous kernel never | ||
3773 | * shutdown PCI devices correctly. We already got IODA table | 3774 | * shutdown PCI devices correctly. We already got IODA table |
3774 | * cleaned out. So we have to issue PHB reset to stop all PCI | 3775 | * cleaned out. So we have to issue PHB reset to stop all PCI |
3775 | * transactions from previous kerenl. | 3776 | * transactions from previous kernel. |
3776 | */ | 3777 | */ |
3777 | if (is_kdump_kernel()) { | 3778 | if (is_kdump_kernel()) { |
3778 | pr_info(" Issue PHB reset ...\n"); | 3779 | pr_info(" Issue PHB reset ...\n"); |