hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/irqchip/irq-vic.c
....@@ -163,7 +163,7 @@
163163 };
164164
165165 /**
166
- * vic_pm_init - initicall to register VIC pm
166
+ * vic_pm_init - initcall to register VIC pm
167167 *
168168 * This is called via late_initcall() to register
169169 * the resources for the VICs due to the early
....@@ -397,7 +397,7 @@
397397 /*
398398 * The PL190 cell from ARM has been modified by ST to handle 64 interrupts.
399399 * The original cell has 32 interrupts, while the modified one has 64,
400
- * replocating two blocks 0x00..0x1f in 0x20..0x3f. In that case
400
+ * replicating two blocks 0x00..0x1f in 0x20..0x3f. In that case
401401 * the probe function is called twice, with base set to offset 000
402402 * and 020 within the page. We call this "second block".
403403 */