diff mbox series

parisc: aligned '*' in comments

Message ID 20220621063823.22064-1-jiangjian@cdjrlc.com (mailing list archive)
State Accepted
Headers show
Series parisc: aligned '*' in comments | expand

Commit Message

Jiang Jian June 21, 2022, 6:38 a.m. UTC
Consider * alignment in comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 arch/parisc/math-emu/decode_exc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kees Cook June 24, 2022, 5:39 p.m. UTC | #1
On Tue, Jun 21, 2022 at 02:38:23PM +0800, Jiang Jian wrote:
> Consider * alignment in comments
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

Reviewed-by: Kees Cook <keescook@chromium.org>
Helge Deller June 25, 2022, 10:19 p.m. UTC | #2
On 6/24/22 19:39, Kees Cook wrote:
> On Tue, Jun 21, 2022 at 02:38:23PM +0800, Jiang Jian wrote:
>> Consider * alignment in comments
>>
>> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
>
> Reviewed-by: Kees Cook <keescook@chromium.org>

applied.

Thanks!
Helge
diff mbox series

Patch

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;