]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - Documentation/DocBook/kernel-hacking.tmpl
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[mirror_ubuntu-bionic-kernel.git] / Documentation / DocBook / kernel-hacking.tmpl
index da5c087462b1dfd9374a1727dd7ee2a365b313a1..c3c70559153265671ab90fb78af69326d6b90c13 100644 (file)
@@ -819,7 +819,7 @@ printk(KERN_INFO "my ip: %pI4\n", &ipaddress);
    certain condition is true.  They must be used carefully to ensure
    there is no race condition.  You declare a
    <type>wait_queue_head_t</type>, and then processes which want to
-   wait for that condition declare a <type>wait_queue_t</type>
+   wait for that condition declare a <type>wait_queue_entry_t</type>
    referring to themselves, and place that in the queue.
   </para>