mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
MIPS: math-emu: Fix indentation
Fix indentation for the final 'else' blocks. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10735/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
bbdd8147b1
commit
166457436e
@ -65,8 +65,8 @@ static inline int ieee754_class_nan(int xc)
|
||||
vc = IEEE754_CLASS_INF; \
|
||||
else if (vm & SP_MBIT(SP_FBITS-1)) \
|
||||
vc = IEEE754_CLASS_SNAN; \
|
||||
else \
|
||||
vc = IEEE754_CLASS_QNAN; \
|
||||
else \
|
||||
vc = IEEE754_CLASS_QNAN; \
|
||||
} else if (ve == SP_EMIN-1+SP_EBIAS) { \
|
||||
if (vm) { \
|
||||
ve = SP_EMIN; \
|
||||
@ -105,8 +105,8 @@ static inline int ieee754_class_nan(int xc)
|
||||
if (vm) { \
|
||||
ve = DP_EMIN; \
|
||||
vc = IEEE754_CLASS_DNORM; \
|
||||
} else \
|
||||
vc = IEEE754_CLASS_ZERO; \
|
||||
} else \
|
||||
vc = IEEE754_CLASS_ZERO; \
|
||||
} else { \
|
||||
ve -= DP_EBIAS; \
|
||||
vm |= DP_HIDDEN_BIT; \
|
||||
|
Loading…
Reference in New Issue
Block a user