[PATCH] uml: some harmless sparse warning fixes
Fix some simple sparse warnings - a lot more staticness and a misplaced __user. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
4cd7ed9442
commit
42947cb98f
@@ -33,7 +33,7 @@ void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)
|
||||
extern void log_exec(char **argv, void *tty);
|
||||
|
||||
static long execve1(char *file, char __user * __user *argv,
|
||||
char *__user __user *env)
|
||||
char __user *__user *env)
|
||||
{
|
||||
long error;
|
||||
|
||||
|
Reference in New Issue
Block a user