]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/math-emu/poly_2xm1.c
Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[karo-tx-linux.git] / arch / x86 / math-emu / poly_2xm1.c
index d8f2be3c83837f2bd19368cc6687584d7c684410..b00e9e10cdce244ba073e84f54690ec95bb5e698 100644 (file)
@@ -49,7 +49,7 @@ static const Xsig *shiftterm[] = { &shiftterm0, &shiftterm1,
 /*--- poly_2xm1() -----------------------------------------------------------+
  | Requires st(0) which is TAG_Valid and < 1.                                |
  +---------------------------------------------------------------------------*/
-int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG * result)
+int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result)
 {
        long int exponent, shift;
        unsigned long long Xll;