We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148151a commit 6060e9eCopy full SHA for 6060e9e
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)
3770
pr_warning(" OPAL Error %ld performing IODA table reset !\n", rc);
3771
3772
- /* If we're running in kdump kerenl, the previous kerenl never
+ /*
3773
+ * If we're running in kdump kernel, the previous kernel never
3774
* shutdown PCI devices correctly. We already got IODA table
3775
* cleaned out. So we have to issue PHB reset to stop all PCI
- * transactions from previous kerenl.
3776
+ * transactions from previous kernel.
3777
*/
3778
if (is_kdump_kernel()) {
3779
pr_info(" Issue PHB reset ...\n");
0 commit comments