Skip to content

Commit 0808f52

Browse files
committed
deploy: a035231
1 parent 91e894c commit 0808f52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
2020
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
21-
<div class='date'><span class='ecrm-1200'>December 12, 2024</span></div>
21+
<div class='date'><span class='ecrm-1200'>February 4, 2025</span></div>
2222

2323

2424

@@ -571,7 +571,7 @@ <h4 class='subsectionHead' id='hello-and-goodbye'><span class='titlemark'>4.2
571571
want by using the <code> <span class='ectt-1000'>module_init</span>
572572
</code> and <code> <span class='ectt-1000'>module_exit</span>
573573
</code> macros. These macros are defined in <a href='https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/linux/module.h'>include/linux/module.h</a>. The only requirement
574-
is that your init and cleanup functions must be defined before calling the those
574+
is that your init and cleanup functions must be defined before calling those
575575
macros, otherwise you’ll get compilation errors. Here is an example of this
576576
technique:
577577
</p><!-- l. 1 --><p class='indent'>

lkmpg-for-ht.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
2020
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
21-
<div class='date'><span class='ecrm-1200'>December 12, 2024</span></div>
21+
<div class='date'><span class='ecrm-1200'>February 4, 2025</span></div>
2222

2323

2424

@@ -571,7 +571,7 @@ <h4 class='subsectionHead' id='hello-and-goodbye'><span class='titlemark'>4.2
571571
want by using the <code> <span class='ectt-1000'>module_init</span>
572572
</code> and <code> <span class='ectt-1000'>module_exit</span>
573573
</code> macros. These macros are defined in <a href='https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/linux/module.h'>include/linux/module.h</a>. The only requirement
574-
is that your init and cleanup functions must be defined before calling the those
574+
is that your init and cleanup functions must be defined before calling those
575575
macros, otherwise you’ll get compilation errors. Here is an example of this
576576
technique:
577577
</p><!-- l. 1 --><p class='indent'>

0 commit comments

Comments
 (0)