Skip to content

Commit

Permalink
parisc: align '*' in comment in math-emu code
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang Jian <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
Jiang Jian authored and hdeller committed Jun 25, 2022
1 parent 1d0811b commit d16c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/math-emu/decode_exc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d16c5c7

Please sign in to comment.