All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vineet Gupta <vineetg76@gmail.com>
To: Jilin Yuan <yuanjilin@cdjrlc.com>,
	linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org,
	vgupta@kernel.org, Julia.Lawall@inria.fr,
	deng.changcheng@zte.com.cn, libang.linuxer@gmail.com
Subject: Re: [PATCH] ARC:kernel:Fix typos in comments
Date: Wed, 22 Jun 2022 19:51:42 -0700	[thread overview]
Message-ID: <09ae5fd3-2276-5d76-a0bf-46dbffeeeade@gmail.com> (raw)
In-Reply-To: <20220622075204.35329-1-yuanjilin@cdjrlc.com>



On 6/22/22 00:52, Jilin Yuan wrote:
> Delete the redundant word 'call'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/arc/kernel/smp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c
> index d947473f1e6d..6c22a53711e9 100644
> --- a/arch/arc/kernel/smp.c
> +++ b/arch/arc/kernel/smp.c
> @@ -393,7 +393,7 @@ irqreturn_t do_IPI(int irq, void *dev_id)
>    * API called by platform code to hookup arch-common ISR to their IPI IRQ
>    *
>    * Note: If IPI is provided by platform (vs. say ARC MCIP), their intc setup/map
> - * function needs to call call irq_set_percpu_devid() for IPI IRQ, otherwise
> + * function needs to call irq_set_percpu_devid() for IPI IRQ, otherwise
>    * request_percpu_irq() below will fail
>    */
>   static DEFINE_PER_CPU(int, ipi_dev);

I'd prefer to have this is the other fix in a single change. No point 
increasing commits for trivial things.

-Vineet

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

WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <vineetg76@gmail.com>
To: Jilin Yuan <yuanjilin@cdjrlc.com>,
	linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org,
	vgupta@kernel.org, Julia.Lawall@inria.fr,
	deng.changcheng@zte.com.cn, libang.linuxer@gmail.com
Subject: Re: [PATCH] ARC:kernel:Fix typos in comments
Date: Wed, 22 Jun 2022 19:51:42 -0700	[thread overview]
Message-ID: <09ae5fd3-2276-5d76-a0bf-46dbffeeeade@gmail.com> (raw)
In-Reply-To: <20220622075204.35329-1-yuanjilin@cdjrlc.com>



On 6/22/22 00:52, Jilin Yuan wrote:
> Delete the redundant word 'call'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/arc/kernel/smp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c
> index d947473f1e6d..6c22a53711e9 100644
> --- a/arch/arc/kernel/smp.c
> +++ b/arch/arc/kernel/smp.c
> @@ -393,7 +393,7 @@ irqreturn_t do_IPI(int irq, void *dev_id)
>    * API called by platform code to hookup arch-common ISR to their IPI IRQ
>    *
>    * Note: If IPI is provided by platform (vs. say ARC MCIP), their intc setup/map
> - * function needs to call call irq_set_percpu_devid() for IPI IRQ, otherwise
> + * function needs to call irq_set_percpu_devid() for IPI IRQ, otherwise
>    * request_percpu_irq() below will fail
>    */
>   static DEFINE_PER_CPU(int, ipi_dev);

I'd prefer to have this is the other fix in a single change. No point 
increasing commits for trivial things.

-Vineet

  reply	other threads:[~2022-06-23  2:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  7:52 [PATCH] ARC:kernel:Fix typos in comments Jilin Yuan
2022-06-22  7:52 ` Jilin Yuan
2022-06-23  2:51 ` Vineet Gupta [this message]
2022-06-23  2:51   ` Vineet Gupta

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=09ae5fd3-2276-5d76-a0bf-46dbffeeeade@gmail.com \
    --to=vineetg76@gmail.com \
    --cc=Julia.Lawall@inria.fr \
    --cc=deng.changcheng@zte.com.cn \
    --cc=libang.linuxer@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=vgupta@kernel.org \
    --cc=yuanjilin@cdjrlc.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 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.