Re: [PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"

From: Martin Rodriguez Reboredo
Date: Thu Jan 04 2024 - 22:28:15 EST


On 1/4/24 22:29, Charalampos Mitrodimas wrote:
Fields named "wait_list" usually are of type "struct list_head". To
avoid confusion and because it is of type
"Opaque<bindings::wait_queue_head>" we are renaming "wait_list" to
"wait_queue_head".

Signed-off-by: Charalampos Mitrodimas <charmitro@xxxxxxxxxx>
---
[...]

Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>