arch/parisc/kernel/sys32.h:1: ERROR: trailing whitespace arch/parisc/kernel/sys32.h:33: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/parisc/kernel/sys32.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html