Skip to content

Commit d16c5c7

Browse files
Jiang Jianhdeller
authored andcommitted
parisc: align '*' in comment in math-emu code
Signed-off-by: Jiang Jian <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 1d0811b commit d16c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/math-emu/decode_exc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[])
102102
* that happen. Want to keep this overhead low, but still provide
103103
* some information to the customer. All exits from this routine
104104
* need to restore Fpu_register[0]
105-
*/
105+
*/
106106

107107
bflags=(Fpu_register[0] & 0xf8000000);
108108
Fpu_register[0] &= 0x07ffffff;

0 commit comments

Comments
 (0)