提交 9eae9b13 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

[PATCH] uml: style fixes in startup code

Some style fixes in startup.c.
Signed-off-by: NJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 7242a400
...@@ -95,7 +95,7 @@ static int start_ptraced_child(void **stack_out) ...@@ -95,7 +95,7 @@ static int start_ptraced_child(void **stack_out)
status); status);
*stack_out = stack; *stack_out = stack;
return(pid); return pid;
} }
/* When testing for SYSEMU support, if it is one of the broken versions, we /* When testing for SYSEMU support, if it is one of the broken versions, we
...@@ -445,7 +445,7 @@ int can_do_skas(void) ...@@ -445,7 +445,7 @@ int can_do_skas(void)
#else #else
int can_do_skas(void) int can_do_skas(void)
{ {
return(0); return 0;
} }
#endif #endif
...@@ -493,11 +493,11 @@ int __init parse_iomem(char *str, int *add) ...@@ -493,11 +493,11 @@ int __init parse_iomem(char *str, int *add)
iomem_regions = new; iomem_regions = new;
iomem_size += new->size + UM_KERN_PAGE_SIZE; iomem_size += new->size + UM_KERN_PAGE_SIZE;
return(0); return 0;
out_close: out_close:
os_close_file(fd); os_close_file(fd);
out: out:
return(1); return 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册