]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: shorten warning messages in report_sec_mismatch()
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Aug 2022 09:38:59 +0000 (18:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 4 Aug 2022 11:32:13 +0000 (20:32 +0900)
commit2af786326066346f407c48734895cb6a24acd4fc
tree6366650a8a9ff50c47b80b6d8bea1bccaff54ce2
parent9e157a943c613e8dee28f255ff98667f6ad8e291
modpost: shorten warning messages in report_sec_mismatch()

Each section mismatch results in long warning messages. Too much.

Make each warning fit in one line, and remove a lot of messy code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c