All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARC: Fix comment typo
@ 2022-05-08  3:02 ` Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2022-05-08  3:02 UTC (permalink / raw)
  To: vgupta
  Cc: peterz, will, wangborong, Julia.Lawall, vschneid,
	deng.changcheng, libang.linuxer, linux-snps-arc, linux-kernel

Remove one of the repeated 'call' in comment line 396.

Signed-off-by: Jason Wang <wangborong@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);
-- 
2.35.1


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

* [PATCH] ARC: Fix comment typo
@ 2022-05-08  3:02 ` Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2022-05-08  3:02 UTC (permalink / raw)
  To: vgupta
  Cc: peterz, will, wangborong, Julia.Lawall, vschneid,
	deng.changcheng, libang.linuxer, linux-snps-arc, linux-kernel

Remove one of the repeated 'call' in comment line 396.

Signed-off-by: Jason Wang <wangborong@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);
-- 
2.35.1


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

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

* Re: [PATCH] ARC: Fix comment typo
  2022-05-08  3:02 ` Jason Wang
@ 2022-06-11  0:17   ` Vineet Gupta
  -1 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2022-06-11  0:17 UTC (permalink / raw)
  To: Jason Wang, vgupta
  Cc: peterz, will, Julia.Lawall, vschneid, deng.changcheng,
	libang.linuxer, linux-snps-arc, linux-kernel



On 5/7/22 20:02, Jason Wang wrote:
> Remove one of the repeated 'call' in comment line 396.
>
> Signed-off-by: Jason Wang<wangborong@cdjrlc.com>

Thx for the fix. Added to for-curr

-Vineet

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

* Re: [PATCH] ARC: Fix comment typo
@ 2022-06-11  0:17   ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2022-06-11  0:17 UTC (permalink / raw)
  To: Jason Wang, vgupta
  Cc: peterz, will, Julia.Lawall, vschneid, deng.changcheng,
	libang.linuxer, linux-snps-arc, linux-kernel



On 5/7/22 20:02, Jason Wang wrote:
> Remove one of the repeated 'call' in comment line 396.
>
> Signed-off-by: Jason Wang<wangborong@cdjrlc.com>

Thx for the fix. Added to for-curr

-Vineet

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

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

end of thread, other threads:[~2022-06-11  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08  3:02 [PATCH] ARC: Fix comment typo Jason Wang
2022-05-08  3:02 ` Jason Wang
2022-06-11  0:17 ` Vineet Gupta
2022-06-11  0:17   ` Vineet Gupta

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.