Commit d18ff470 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Fix up coding style in numa.c

No functional changes
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ca8642f6
...@@ -46,8 +46,8 @@ int numa_off __initdata; ...@@ -46,8 +46,8 @@ int numa_off __initdata;
* 0 if memnodmap[] too small (of shift too small) * 0 if memnodmap[] too small (of shift too small)
* -1 if node overlap or lost ram (shift too big) * -1 if node overlap or lost ram (shift too big)
*/ */
static int __init populate_memnodemap( static int __init
const struct node *nodes, int numnodes, int shift) populate_memnodemap(const struct node *nodes, int numnodes, int shift)
{ {
int i; int i;
int res = -1; int res = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment