Commit 78dac1a
committed
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>1 parent 5e9e95c commit 78dac1a
1 file changed
Lines changed: 3 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1147 | 1147 | | |
1148 | 1148 | | |
1149 | 1149 | | |
1150 | | - | |
1151 | | - | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | | - | |
1162 | | - | |
1163 | | - | |
| 1150 | + | |
| 1151 | + | |
1164 | 1152 | | |
| 1153 | + | |
1165 | 1154 | | |
1166 | 1155 | | |
1167 | 1156 | | |
| |||
1181 | 1170 | | |
1182 | 1171 | | |
1183 | 1172 | | |
1184 | | - | |
1185 | 1173 | | |
1186 | 1174 | | |
1187 | 1175 | | |
| |||
0 commit comments