]> www.infradead.org Git - users/jedix/linux-maple.git/commit
docs: scheduler: completion: Update member of struct completion
authorI Hsin Cheng <richard120310@gmail.com>
Wed, 28 Aug 2024 16:50:36 +0000 (00:50 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 5 Sep 2024 20:17:45 +0000 (14:17 -0600)
commit34ea875cca2c2fa4ec8b70fc2b21ee6c7878740e
tree43a4e0ba164f859dfa5bc7b0d532f2292fd2da29
parent93292980f390b9245d8e3ce9b0b6c94ee45be217
docs: scheduler: completion: Update member of struct completion

The member "wait" in struct completion isn't of type wait_queue_head_t
anymore, as it is now "struct swait_queue_head", fix it to match with
the current implementation.

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240828165036.178011-1-richard120310@gmail.com
Documentation/scheduler/completion.rst