]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/signalfd.c
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[thirdparty/linux.git] / fs / signalfd.c
index 7e3d71109f51334d2bb8c71a9d2419e6ca4eeb3f..593b022ac11b873c67b03f7dcd4ebd5686fe9d2d 100644 (file)
@@ -43,7 +43,7 @@ void signalfd_cleanup(struct sighand_struct *sighand)
        if (likely(!waitqueue_active(wqh)))
                return;
 
-       /* wait_queue_t->func(POLLFREE) should do remove_wait_queue() */
+       /* wait_queue_entry_t->func(POLLFREE) should do remove_wait_queue() */
        wake_up_poll(wqh, POLLHUP | POLLFREE);
 }