diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:12 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:12 -0500 |
commit | e8d591dc710158bae6b53c8b7a0172351025c6e2 (patch) | |
tree | 37772d60594150ec668a4bdf4c90baa2a6a922ba /arch/x86/math-emu/errors.c | |
parent | 3d0d14f983b55a570b976976284df4c434af3223 (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/errors.c')
-rw-r--r-- | arch/x86/math-emu/errors.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/math-emu/errors.c b/arch/x86/math-emu/errors.c index 7cb5bf3495b2..145b68a99516 100644 --- a/arch/x86/math-emu/errors.c +++ b/arch/x86/math-emu/errors.c | |||
@@ -374,7 +374,7 @@ asmlinkage void FPU_exception(int n) | |||
374 | 374 | ||
375 | /* Real operation attempted on a NaN. */ | 375 | /* Real operation attempted on a NaN. */ |
376 | /* Returns < 0 if the exception is unmasked */ | 376 | /* Returns < 0 if the exception is unmasked */ |
377 | int real_1op_NaN(FPU_REG * a) | 377 | int real_1op_NaN(FPU_REG *a) |
378 | { | 378 | { |
379 | int signalling, isNaN; | 379 | int signalling, isNaN; |
380 | 380 | ||
@@ -573,7 +573,7 @@ asmlinkage int denormal_operand(void) | |||
573 | } | 573 | } |
574 | } | 574 | } |
575 | 575 | ||
576 | asmlinkage int arith_overflow(FPU_REG * dest) | 576 | asmlinkage int arith_overflow(FPU_REG *dest) |
577 | { | 577 | { |
578 | int tag = TAG_Valid; | 578 | int tag = TAG_Valid; |
579 | 579 | ||
@@ -601,7 +601,7 @@ asmlinkage int arith_overflow(FPU_REG * dest) | |||
601 | 601 | ||
602 | } | 602 | } |
603 | 603 | ||
604 | asmlinkage int arith_underflow(FPU_REG * dest) | 604 | asmlinkage int arith_underflow(FPU_REG *dest) |
605 | { | 605 | { |
606 | int tag = TAG_Valid; | 606 | int tag = TAG_Valid; |
607 | 607 | ||