modpost: use doubly linked list for dump_lists
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 May 2022 08:40:13 +0000 (17:40 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:17:00 +0000 (03:17 +0900)
commit4484054816cab940fc2fde23fa989174fec889d0
tree8ab0d4e52a9a49f68797ebd8447422e52d90fdbf
parent8a69152be9a8c1f7a02c6b8410b35c68cb200f6d
modpost: use doubly linked list for dump_lists

This looks easier to understand (just because this is a pattern in
the kernel code). No functional change is intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c