]> git.baikalelectronics.ru Git - kernel.git/commit
wait: use LIST_HEAD_INIT() to initialize wait_queue_head
authorJulian Wiedmann <jwi@linux.ibm.com>
Tue, 1 Jun 2021 15:11:20 +0000 (17:11 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 28 Jun 2021 13:42:25 +0000 (15:42 +0200)
commit91f746e765ab073ab35212de0abf041827063291
tree63c4c397d31470e1f1d15f2216e6bb443a4fc087
parent78218bc7dc9710626bee86266042147a58f0079e
wait: use LIST_HEAD_INIT() to initialize wait_queue_head

Replace the open-coded initialization with the right macro.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210601151120.329223-1-jwi@linux.ibm.com
include/linux/wait.h