style fixes, no code changes.
This commit is contained in:
parent
e4f2d064b0
commit
6398cf477d
@ -2351,10 +2351,14 @@ static void add_kernel_symbols(struct obj_file *f)
|
|||||||
|
|
||||||
/* Add module symbols first. */
|
/* Add module symbols first. */
|
||||||
|
|
||||||
for (i = 0, m = ext_modules; i < n_ext_modules; ++i, ++m)
|
for (i = 0, m = ext_modules; i < n_ext_modules; ++i, ++m) {
|
||||||
if (m->nsyms
|
if (m->nsyms
|
||||||
&& add_symbols_from(f, SHN_HIRESERVE + 2 + i, m->syms,
|
&& add_symbols_from(f, SHN_HIRESERVE + 2 + i, m->syms, m->nsyms)
|
||||||
m->nsyms)) m->used = 1, ++nused;
|
) {
|
||||||
|
m->used = 1;
|
||||||
|
++nused;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
n_ext_modules_used = nused;
|
n_ext_modules_used = nused;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user