From: Jakub Kicinski Date: Sat, 7 Sep 2024 01:10:26 +0000 (-0700) Subject: Merge branch 'make-use-of-the-helper-macro-list_head' X-Git-Tag: v6.12-rc1~232^2~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ab50d5e884077b4c01931d16124a5f2cc86f1db;p=thirdparty%2Fkernel%2Flinux.git 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 --- 7ab50d5e884077b4c01931d16124a5f2cc86f1db