Skip to content

Commit

Permalink
Merge pull request s-matyukevich#1 from ginocontes/ginocontes-typo-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ginocontes authored Mar 17, 2021
2 parents 87a0323 + 8f241a3 commit 4f54d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lesson03/linux/interrupt_controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Now, let's investigate this function in more details.
```

The function starts with the code that reads device base address from the device three and initializes the irq domain. This part should be already familiar to you because we have seen similar code in the local irq controller driver.
The function starts with the code that reads device base address from the device tree and initializes the irq domain. This part should be already familiar to you because we have seen similar code in the local irq controller driver.

```
for (b = 0; b < NR_BANKS; b++) {
Expand Down

0 comments on commit 4f54d72

Please sign in to comment.