|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
|
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
|
|
-<div class='date'><span class='ecrm-1200'>October 8, 2023</span></div>
|
|
|
+<div class='date'><span class='ecrm-1200'>October 23, 2023</span></div>
|
|
|
|
|
|
|
|
|
|
|
@@ -2139,7 +2139,7 @@ creating links to it.
|
|
|
|
|
|
|
|
|
</code> which includes a pointer to a <code> <span id='textcolor750'><span class='ectt-1000'>struct</span></span><span class='ectt-1000'> proc_ops</span>
|
|
|
-</code> which includes pointers to our <code> <span class='ectt-1000'>procf_read</span>
|
|
|
+</code> which includes pointers to our <code> <span class='ectt-1000'>procfs_read</span>
|
|
|
</code> and <code> <span class='ectt-1000'>procfs_write</span>
|
|
|
</code> functions.
|
|
|
</p><!-- l. 1206 --><p class='indent'> Another interesting point here is the
|