arch/alpha/math-emu/sfp-util.h:25: WARNING: space prohibited between function name and open parenthesis '(' arch/alpha/math-emu/sfp-util.h:28: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/alpha/math-emu/sfp-util.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/math-emu/sfp-util.h b/arch/alpha/math-emu/sfp-util.h index f53707f..7eec9bb 100644 --- a/arch/alpha/math-emu/sfp-util.h +++ b/arch/alpha/math-emu/sfp-util.h @@ -22,10 +22,10 @@ (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \ (r) = __r; \ } while (0) -extern unsigned long __udiv_qrnnd (unsigned long *, unsigned long, +extern unsigned long __udiv_qrnnd(unsigned long *, unsigned long, unsigned long , unsigned long); -#define UDIV_NEEDS_NORMALIZATION 1 +#define UDIV_NEEDS_NORMALIZATION 1 #define abort() goto bad_insn -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html