]> Pileus Git - ~andy/linux/blobdiff - arch/x86/math-emu/reg_convert.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[~andy/linux] / arch / x86 / math-emu / reg_convert.c
index afd31b31000d44893fcd15b52ef86712368e6e80..108060779977f3dbc417ee219fce7576aa47b62f 100644 (file)
@@ -13,7 +13,7 @@
 #include "exception.h"
 #include "fpu_emu.h"
 
-int FPU_to_exp16(FPU_REG const *a, FPU_REG * x)
+int FPU_to_exp16(FPU_REG const *a, FPU_REG *x)
 {
        int sign = getsign(a);