| .. | .. |
|---|
| 163 | 163 | }; |
|---|
| 164 | 164 | |
|---|
| 165 | 165 | /** |
|---|
| 166 | | - * vic_pm_init - initicall to register VIC pm |
|---|
| 166 | + * vic_pm_init - initcall to register VIC pm |
|---|
| 167 | 167 | * |
|---|
| 168 | 168 | * This is called via late_initcall() to register |
|---|
| 169 | 169 | * the resources for the VICs due to the early |
|---|
| .. | .. |
|---|
| 397 | 397 | /* |
|---|
| 398 | 398 | * The PL190 cell from ARM has been modified by ST to handle 64 interrupts. |
|---|
| 399 | 399 | * 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 |
|---|
| 401 | 401 | * the probe function is called twice, with base set to offset 000 |
|---|
| 402 | 402 | * and 020 within the page. We call this "second block". |
|---|
| 403 | 403 | */ |
|---|