Skip to content

Commit 6060e9e

Browse files
ajdlinuxmpe
authored andcommitted
powerpc/powernv: Fix comment style and spelling
Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 148151a commit 6060e9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/powerpc/platforms/powernv/pci-ioda.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,10 +3769,11 @@ static void __init pnv_pci_init_ioda_phb(struct device_node *np,
37693769
if (rc)
37703770
pr_warning(" OPAL Error %ld performing IODA table reset !\n", rc);
37713771

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
37733774
* shutdown PCI devices correctly. We already got IODA table
37743775
* cleaned out. So we have to issue PHB reset to stop all PCI
3775-
* transactions from previous kerenl.
3776+
* transactions from previous kernel.
37763777
*/
37773778
if (is_kdump_kernel()) {
37783779
pr_info(" Issue PHB reset ...\n");

0 commit comments

Comments
 (0)