diff options
author | Andi Kleen <ak@suse.de> | 2006-01-11 16:44:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 22:04:54 -0500 |
commit | d18ff47068154de8b4c1506be60a30a961846d18 (patch) | |
tree | bce5eb01243c89b0e07fd3f02de251ac2645ec2a /arch | |
parent | ca8642f606ce22de23bae08a5044067f98de855b (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/mm/numa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa.c index 15b67d2760cb..47044ab1f667 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/mm/numa.c | |||
@@ -46,8 +46,8 @@ int numa_off __initdata; | |||
46 | * 0 if memnodmap[] too small (of shift too small) | 46 | * 0 if memnodmap[] too small (of shift too small) |
47 | * -1 if node overlap or lost ram (shift too big) | 47 | * -1 if node overlap or lost ram (shift too big) |
48 | */ | 48 | */ |
49 | static int __init populate_memnodemap( | 49 | static int __init |
50 | const struct node *nodes, int numnodes, int shift) | 50 | populate_memnodemap(const struct node *nodes, int numnodes, int shift) |
51 | { | 51 | { |
52 | int i; | 52 | int i; |
53 | int res = -1; | 53 | int res = -1; |