]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a5c6d10d76aa28353547c40da6e769f73e08a52
tree8ab0d4e52a9a49f68797ebd8447422e52d90fdbf
parentd3d8336a63d0be1f4a11c3727b50fd3687124e69
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