linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Conor Dooley <conor.dooley@microchip.com>
To: <hanyu001@208suo.com>
Cc: apatel@ventanamicro.com, vschneid@redhat.com,
	aou@eecs.berkeley.edu, maz@kernel.org, atishp@rivosinc.com,
	linux-kernel@vger.kernel.org, palmer@dabbelt.com,
	ben-linux@fluff.org, paul.walmsley@sifive.com, guoren@kernel.org,
	linux-riscv@lists.infradead.org
Subject: Re: [PATCH] riscv: kernel: insert space before the open parenthesis '('
Date: Mon, 17 Jul 2023 09:14:01 +0100	[thread overview]
Message-ID: <20230717-scone-stalemate-ec749798275b@wendy> (raw)
In-Reply-To: <b90d162c4fb8062355634fb53b05173d@208suo.com>


[-- Attachment #1.1: Type: text/plain, Size: 900 bytes --]

Hey,

On Mon, Jul 17, 2023 at 04:06:11PM +0800, hanyu001@208suo.com wrote:
> Fix below checkpatch error:
> 
> /riscv/kernel/smp.c:93:ERROR: space required before the open parenthesis '('
> 
> Signed-off-by: ztt <1549089851@qq.com>

See:
https://lore.kernel.org/all/20230717-gummy-frisbee-2f7dbe9f9512@wendy/

Also, DKIM is failing for the 208suo address :/

Thanks,
Conor.

> ---
>  arch/riscv/kernel/smp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/riscv/kernel/smp.c b/arch/riscv/kernel/smp.c
> index 23e533766a49..1454f2415b7f 100644
> --- a/arch/riscv/kernel/smp.c
> +++ b/arch/riscv/kernel/smp.c
> @@ -90,7 +90,7 @@ static inline void ipi_cpu_crash_stop(unsigned int cpu,
> struct pt_regs *regs)
>          cpu_ops[cpu]->cpu_stop();
>  #endif
> 
> -    for(;;)
> +    for (;;)
>          wait_for_interrupt();
>  }
>  #else

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

      reply	other threads:[~2023-07-17  8:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tencent_7D5EADDF79970079F568A5C4F801910DED06@qq.com>
2023-07-17  8:06 ` [PATCH] riscv: kernel: insert space before the open parenthesis '(' hanyu001
2023-07-17  8:14   ` Conor Dooley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230717-scone-stalemate-ec749798275b@wendy \
    --to=conor.dooley@microchip.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=apatel@ventanamicro.com \
    --cc=atishp@rivosinc.com \
    --cc=ben-linux@fluff.org \
    --cc=guoren@kernel.org \
    --cc=hanyu001@208suo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=maz@kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=vschneid@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).