aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/smp.c
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-05-08 11:02:24 +0800
committerVineet Gupta <vgupta@kernel.org>2022-10-17 16:32:11 -0700
commit63d1dfd067f07c11eafe05ebadc5896491416f86 (patch)
treeeca26861e1d5ed9d0d3e4b26151a8010da039a49 /arch/arc/kernel/smp.c
parentLinux 6.1-rc1 (diff)
downloadlinux-dev-63d1dfd067f07c11eafe05ebadc5896491416f86.tar.xz
linux-dev-63d1dfd067f07c11eafe05ebadc5896491416f86.zip
ARC: Fix comment typo
- Remove one of the repeated 'call' in comment line 396. - Delete the redundant word 'to', 'since' Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/kernel/smp.c')
-rw-r--r--arch/arc/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c
index ab9e75e90f72..ad93fe6e4b77 100644
--- a/arch/arc/kernel/smp.c
+++ b/arch/arc/kernel/smp.c
@@ -385,7 +385,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);