From: Jiang Jian Date: Tue, 21 Jun 2022 06:38:23 +0000 (+0800) Subject: parisc: align '*' in comment in math-emu code X-Git-Tag: v5.19-rc4~7^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d16c5c7c925658ea94689dfe4469441f7fd59f00;p=linux-block.git parisc: align '*' in comment in math-emu code Signed-off-by: Jiang Jian Reviewed-by: Kees Cook Signed-off-by: Helge Deller --- diff --git a/arch/parisc/math-emu/decode_exc.c b/arch/parisc/math-emu/decode_exc.c index 494ca41df05d..d41ddb3430b5 100644 --- 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;