aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu/poly_2xm1.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-01-30 07:30:12 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:12 -0500
commite8d591dc710158bae6b53c8b7a0172351025c6e2 (patch)
tree37772d60594150ec668a4bdf4c90baa2a6a922ba /arch/x86/math-emu/poly_2xm1.c
parent3d0d14f983b55a570b976976284df4c434af3223 (diff)
x86: lindent arch/i386/math-emu, cleanup
manually clean up some of the damage that lindent caused. (this is a separate commit so that in the unlikely case of a typo we can bisect it down to the manual edits.) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/math-emu/poly_2xm1.c')
-rw-r--r--arch/x86/math-emu/poly_2xm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/poly_2xm1.c b/arch/x86/math-emu/poly_2xm1.c
index d8f2be3c8383..b00e9e10cdce 100644
--- a/arch/x86/math-emu/poly_2xm1.c
+++ b/arch/x86/math-emu/poly_2xm1.c
@@ -49,7 +49,7 @@ static const Xsig *shiftterm[] = { &shiftterm0, &shiftterm1,
49/*--- poly_2xm1() -----------------------------------------------------------+ 49/*--- poly_2xm1() -----------------------------------------------------------+
50 | Requires st(0) which is TAG_Valid and < 1. | 50 | Requires st(0) which is TAG_Valid and < 1. |
51 +---------------------------------------------------------------------------*/ 51 +---------------------------------------------------------------------------*/
52int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG * result) 52int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result)
53{ 53{
54 long int exponent, shift; 54 long int exponent, shift;
55 unsigned long long Xll; 55 unsigned long long Xll;