Skip to content

Commit

Permalink
Merge pull request #230 from ginocontes/master
Browse files Browse the repository at this point in the history
Typo in Lesson 3.3
  • Loading branch information
s-matyukevich authored Apr 16, 2021
2 parents 87a0323 + 4f54d72 commit 6e5538a
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 6e5538a

Please sign in to comment.