[PATCH] x86_64: Fix up coding style in numa.c
No functional changes Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ca8642f606
commit
d18ff47068
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ int numa_off __initdata;
|
|||
* 0 if memnodmap[] too small (of shift too small)
|
||||
* -1 if node overlap or lost ram (shift too big)
|
||||
*/
|
||||
static int __init populate_memnodemap(
|
||||
const struct node *nodes, int numnodes, int shift)
|
||||
static int __init
|
||||
populate_memnodemap(const struct node *nodes, int numnodes, int shift)
|
||||
{
|
||||
int i;
|
||||
int res = -1;
|
||||
|
|
Loading…
Reference in a new issue