modpost: merge two similar section mismatch warnings
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 11 Jun 2023 15:50:58 +0000 (00:50 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 22 Jun 2023 12:21:06 +0000 (21:21 +0900)
commit78dac1a22944910ba5c1475c384309d30c99afaa
treed1567abe4ef521efd1e5e5a58f66ed8acfd127a0
parent5e9e95cc9148b82074a5eae283e63bce3f1aacfe
modpost: merge two similar section mismatch warnings

In case of section mismatch, modpost shows slightly different messages.

For extable section mismatch:

 "%s(%s+0x%lx): Section mismatch in reference to the %s:%s\n"

For the other cases:

 "%s: section mismatch in reference: %s (section: %s) -> %s (section: %s)\n"

They are similar. Merge them.

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