提交 d18ff470 编写于 作者: A Andi Kleen 提交者: Linus Torvalds

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

No functional changes
Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ca8642f6
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册