commit | ffc58bc4af9365d4eea72526bb3cf6a83615c673 | [log] [tgz] |
---|---|---|
author | Cai Huoqing <cai.huoqing@linux.dev> | Wed Feb 09 11:22:51 2022 +0800 |
committer | Wei Liu <wei.liu@kernel.org> | Wed Feb 09 14:33:21 2022 +0000 |
tree | f433715fa552b2b396e32996378bdf27ae3c12ac | |
parent | 6bf625a4140f24b490766043b307f8252519578b [diff] |
Drivers: hv: utils: Make use of the helper macro LIST_HEAD() Replace "struct list_head head = LIST_HEAD_INIT(head)" with "LIST_HEAD(head)" to simplify the code. Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev> Link: https://lore.kernel.org/r/20220209032251.37362-1-cai.huoqing@linux.dev Signed-off-by: Wei Liu <wei.liu@kernel.org>