diff options
author | Charalampos Mitrodimas <charmitro@posteo.net> | 2024-01-05 01:29:30 +0000 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-01-22 15:22:55 +0100 |
commit | 6b1b2326b2bc3d6a90ec04815130d59ae57f3bc1 (patch) | |
tree | cd1d6734fa83ab8b9c4b3159d46fb6ae158f1db6 /rust/kernel/static_assert.rs | |
parent | c5fed8ce65493f71611280f225826e7bd5e49791 (diff) |
rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
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@posteo.net>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20240105012930.1426214-1-charmitro@posteo.net
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'rust/kernel/static_assert.rs')
0 files changed, 0 insertions, 0 deletions