Message ID | 1274644930-26600-16-git-send-email-andrea.gelmini@gelma.net (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff --git a/arch/parisc/kernel/sys32.h b/arch/parisc/kernel/sys32.h index 06c2090..4bcda8d 100644 --- a/arch/parisc/kernel/sys32.h +++ b/arch/parisc/kernel/sys32.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2002 Richard Hirst <rhirst at parisc-linux.org> * Copyright (C) 2003 James Bottomley <jejb at parisc-linux.org> * Copyright (C) 2003 Randolph Chung <tausq with parisc-linux.org> @@ -30,7 +30,7 @@ mm_segment_t old_fs = get_fs(); \ set_fs(KERNEL_DS); \ ret = syscall(args); \ - set_fs (old_fs); \ + set_fs(old_fs); \ } #ifdef CONFIG_COMPAT