All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: aligned '*' in comments
@ 2022-06-21  6:38 Jiang Jian
  2022-06-24 17:39 ` Kees Cook
  0 siblings, 1 reply; 3+ messages in thread
From: Jiang Jian @ 2022-06-21  6:38 UTC (permalink / raw)
  To: deller; +Cc: James.Bottomley, keescook, jiangjian, linux-parisc, linux-kernel

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(-)

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;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] parisc: aligned '*' in comments
  2022-06-21  6:38 [PATCH] parisc: aligned '*' in comments Jiang Jian
@ 2022-06-24 17:39 ` Kees Cook
  2022-06-25 22:19   ` Helge Deller
  0 siblings, 1 reply; 3+ messages in thread
From: Kees Cook @ 2022-06-24 17:39 UTC (permalink / raw)
  To: Jiang Jian; +Cc: deller, James.Bottomley, linux-parisc, linux-kernel

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>

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] parisc: aligned '*' in comments
  2022-06-24 17:39 ` Kees Cook
@ 2022-06-25 22:19   ` Helge Deller
  0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2022-06-25 22:19 UTC (permalink / raw)
  To: Kees Cook, Jiang Jian; +Cc: linux-parisc, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-25 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  6:38 [PATCH] parisc: aligned '*' in comments Jiang Jian
2022-06-24 17:39 ` Kees Cook
2022-06-25 22:19   ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.