8000 update typos reported by @xuhw21 · EdOmor1/Linux-Kernel-Programming@86fa21f · GitHub
[go: up one dir, main page]

Skip to content

Commit 86fa21f

Browse files
committed
update typos reported by @xuhw21
1 parent 156af8c commit 86fa21f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Wrt the PDF doc:
6161
- pg 99:
6262
- 'Chapter 9' should be 'Chapter 10'
6363
- 'Chapter 10' should be 'Chapter 11'
64+
- pg 155:
65+
- the line '// ch4/helloworld_lkm/hellowworld_lkm.c' has the letter 'w' twice; it should be:
66+
'// ch4/helloworld_lkm/helloworld_lkm.c' (thanks to @xuhw21)
6467
- pg 246:
6568
- 'via the module_parm_cb() macro' should be 'via the module_param_cb() macro'
6669
- pg 291:
@@ -81,9 +84,15 @@ Wrt the PDF doc:
8184
- pg 388:
8285
- '... the next available memory chunk is on order 7, of size 256 KB.' should be: '... the next available memory chunk is on order 6, of size 256 KB.
8386

87+
- pg 656: the line
88+
'In place of atomic64_dec_if_positive(), use atomic64_dec_if_positive()'
89+
should be
90+
'In place of atomic_dec_if_positive(), use atomic64_dec_if_positive()'
91+
(thanks to @xuhw21)
92+
8493
- pg 661:
8594
- '... there is a incorrect reference regarding a folder chp15/kthread_simple/kthread. The correct reference should be ch5/kthread_simple/kthread in part 2 of the book's GitHub [[Repository]](https://github.com/PacktPublishing/Linux-Kernel-Programming-Part-2)
86-
95+
8796
- pg 665:
8897
- '...In info/Tip:
8998
```

0 commit comments

Comments
 (0)
0