x86: module_32.c fix style problems
Impact: cleanup Fix: ERROR: code indent should use tabs where possible ERROR: trailing whitespace ERROR: spaces required around that '=' (ctx:VxW) total: 3 errors, 0 warnings Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
448dd2fa3e
commit
e17029ad69
@@ -42,7 +42,7 @@ void module_free(struct module *mod, void *module_region)
|
|||||||
{
|
{
|
||||||
vfree(module_region);
|
vfree(module_region);
|
||||||
/* FIXME: If module_region == mod->init_region, trim exception
|
/* FIXME: If module_region == mod->init_region, trim exception
|
||||||
table entries. */
|
table entries. */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We don't need anything special. */
|
/* We don't need anything special. */
|
||||||
@@ -119,7 +119,7 @@ int module_finalize(const Elf_Ehdr *hdr,
|
|||||||
if (!strcmp(".altinstructions", secstrings + s->sh_name))
|
if (!strcmp(".altinstructions", secstrings + s->sh_name))
|
||||||
alt = s;
|
alt = s;
|
||||||
if (!strcmp(".smp_locks", secstrings + s->sh_name))
|
if (!strcmp(".smp_locks", secstrings + s->sh_name))
|
||||||
locks= s;
|
locks = s;
|
||||||
if (!strcmp(".parainstructions", secstrings + s->sh_name))
|
if (!strcmp(".parainstructions", secstrings + s->sh_name))
|
||||||
para = s;
|
para = s;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user