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>
This commit is contained in:
Ingo Molnar
2008-01-30 13:30:12 +01:00
parent 3d0d14f983
commit e8d591dc71
14 changed files with 101 additions and 101 deletions
+3 -3
View File
@@ -374,7 +374,7 @@ asmlinkage void FPU_exception(int n)
/* Real operation attempted on a NaN. */
/* Returns < 0 if the exception is unmasked */
int real_1op_NaN(FPU_REG * a)
int real_1op_NaN(FPU_REG *a)
{
int signalling, isNaN;
@@ -573,7 +573,7 @@ asmlinkage int denormal_operand(void)
}
}
asmlinkage int arith_overflow(FPU_REG * dest)
asmlinkage int arith_overflow(FPU_REG *dest)
{
int tag = TAG_Valid;
@@ -601,7 +601,7 @@ asmlinkage int arith_overflow(FPU_REG * dest)
}
asmlinkage int arith_underflow(FPU_REG * dest)
asmlinkage int arith_underflow(FPU_REG *dest)
{
int tag = TAG_Valid;