projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0811b
)
parisc: align '*' in comment in math-emu code
author
Jiang Jian
<jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 06:38:23 +0000
(14:38 +0800)
committer
Helge Deller
<deller@gmx.de>
Sat, 25 Jun 2022 22:19:27 +0000
(
00:19
+0200)
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/math-emu/decode_exc.c
patch
|
blob
|
history
diff --git
a/arch/parisc/math-emu/decode_exc.c
b/arch/parisc/math-emu/decode_exc.c
index 494ca41df05d00df6b950ce7f0c34ca6bf4ed7c7..d41ddb3430b5b57dab69da8933871993771dc233 100644
(file)
--- a/
arch/parisc/math-emu/decode_exc.c
+++ b/
arch/parisc/math-emu/decode_exc.c
@@
-102,7
+102,7
@@
decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[])
* that happen. Want to keep this overhead low, but still provide
* some information to the customer. All exits from this routine
* need to restore Fpu_register[0]
- */
+
*/
bflags=(Fpu_register[0] & 0xf8000000);
Fpu_register[0] &= 0x07ffffff;