|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
<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='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'>April 14, 2025</span></div>
|
|
|
|
|
|
+<div class='date'><span class='ecrm-1200'>April 15, 2025</span></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2289,7 +2289,7 @@ So to help people writing <span class='obeylines-h'><span class='verb'><span cla
|
|
</code>, <code> <span class='ectt-1000'>next()</span>
|
|
</code>, <code> <span class='ectt-1000'>next()</span>
|
|
</code>, and <code> <span class='ectt-1000'>stop()</span>
|
|
</code>, and <code> <span class='ectt-1000'>stop()</span>
|
|
</code>. The <code> <span class='ectt-1000'>seq_file</span>
|
|
</code>. The <code> <span class='ectt-1000'>seq_file</span>
|
|
-</code> API starts a sequence when a user read the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
|
|
|
|
|
|
+</code> API starts a sequence when a user reads the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
|
|
</p><!-- l. 1235 --><p class='indent'> A sequence begins with the call of the function
|
|
</p><!-- l. 1235 --><p class='indent'> A sequence begins with the call of the function
|
|
<code> <span class='ectt-1000'>start()</span>
|
|
<code> <span class='ectt-1000'>start()</span>
|
|
</code>. If the return is a non <code> <span class='ectt-1000'>NULL</span>
|
|
</code>. If the return is a non <code> <span class='ectt-1000'>NULL</span>
|