Bläddra i källkod

deploy: 96768bd67207ba0181797ae8c655154cf4e07b2f

jserv 2 veckor sedan
förälder
incheckning
10bae93468
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      index.html
  2. 2 2
      lkmpg-for-ht.html

+ 2 - 2
index.html

@@ -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'>April 12, 2025</span></div>
+<div class='date'><span class='ecrm-1200'>April 14, 2025</span></div>
                                                                   
 
                                                                   
@@ -6196,7 +6196,7 @@ do. The input device driver will allocate a new input structure with
 <code> <span class='ectt-1000'>input_register_device()</span>
 </code>.
 </p><!-- l. 2056 --><p class='indent'>   Here is an example, vinput, It is an API to allow easy
-development of virtual input drivers. The drivers needs to export a
+development of virtual input drivers. The driver needs to export a
 <code> <span class='ectt-1000'>vinput_device()</span>
 </code> that contains the virtual device name and
 <code> <span class='ectt-1000'>vinput_ops</span>

+ 2 - 2
lkmpg-for-ht.html

@@ -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'>April 12, 2025</span></div>
+<div class='date'><span class='ecrm-1200'>April 14, 2025</span></div>
                                                                   
 
                                                                   
@@ -6196,7 +6196,7 @@ do. The input device driver will allocate a new input structure with
 <code> <span class='ectt-1000'>input_register_device()</span>
 </code>.
 </p><!-- l. 2056 --><p class='indent'>   Here is an example, vinput, It is an API to allow easy
-development of virtual input drivers. The drivers needs to export a
+development of virtual input drivers. The driver needs to export a
 <code> <span class='ectt-1000'>vinput_device()</span>
 </code> that contains the virtual device name and
 <code> <span class='ectt-1000'>vinput_ops</span>