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

From: Benno Lossin
Date: Wed Jan 10 2024 - 04:56:47 EST


On 05.01.24 02: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>
> ---
> rust/kernel/sync/condvar.rs | 20 ++++++++++++--------
> 1 file changed, 12 insertions(+), 8 deletions(-)

Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx>

Thanks for the patch!

--
Cheers,
Benno