Merge branch 'make-use-of-the-helper-macro-list_head'
authorJakub Kicinski <kuba@kernel.org>
Sat, 7 Sep 2024 01:10:26 +0000 (18:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Sep 2024 01:10:26 +0000 (18:10 -0700)
commit7ab50d5e884077b4c01931d16124a5f2cc86f1db
treeaf01b180167b41b0e37e9c0b6cf0fc2a584680e9
parentbe8a17fe994dbffd2dfa0ad83bae9bbeef54c076
parent17f01391903de08c8a33407de9f502fc1cc8b5ff
Merge branch 'make-use-of-the-helper-macro-list_head'

Hongbo Li says:

====================
make use of the helper macro LIST_HEAD()

The macro LIST_HEAD() declares a list variable and
initializes it, which can be used to simplify the steps
of list initialization, thereby simplifying the code.
These serials just do some equivalatent substitutions,
and with no functional modifications.
====================

Link: https://patch.msgid.link/20240904093243.3345012-1-lihongbo22@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>