All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/gicv3: fix typos in comments
@ 2022-09-28  2:39 Zhiyuan Dai
  2022-09-29 10:20 ` [irqchip: irq/irqchip-next] irqchip/gic-v3: Fix typo in comment irqchip-bot for Zhiyuan Dai
  0 siblings, 1 reply; 2+ messages in thread
From: Zhiyuan Dai @ 2022-09-28  2:39 UTC (permalink / raw)
  To: tglx, maz; +Cc: linux-kernel, Zhiyuan Dai

Fix typo in comments.

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
 drivers/irqchip/irq-gic-v3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index 262658f..34d5856 100644
--- a/drivers/irqchip/irq-gic-v3.c
+++ b/drivers/irqchip/irq-gic-v3.c
@@ -978,7 +978,7 @@ static int __gic_update_rdist_properties(struct redist_region *region,
 	u64 typer = gic_read_typer(ptr + GICR_TYPER);
 	u32 ctlr = readl_relaxed(ptr + GICR_CTLR);
 
-	/* Boot-time cleanip */
+	/* Boot-time cleanup */
 	if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) {
 		u64 val;
 
-- 
1.8.3.1


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

* [irqchip: irq/irqchip-next] irqchip/gic-v3: Fix typo in comment
  2022-09-28  2:39 [PATCH] irqchip/gicv3: fix typos in comments Zhiyuan Dai
@ 2022-09-29 10:20 ` irqchip-bot for Zhiyuan Dai
  0 siblings, 0 replies; 2+ messages in thread
From: irqchip-bot for Zhiyuan Dai @ 2022-09-29 10:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: Zhiyuan Dai, Marc Zyngier, tglx

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID:     4d96829774b7bd70ed81b5e2830afb9d97b9fea2
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/4d96829774b7bd70ed81b5e2830afb9d97b9fea2
Author:        Zhiyuan Dai <daizhiyuan@phytium.com.cn>
AuthorDate:    Wed, 28 Sep 2022 10:39:27 +08:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Thu, 29 Sep 2022 11:15:36 +01:00

irqchip/gic-v3: Fix typo in comment

Fix typo in comment (cleanip/cleanup).

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
[maz: commit message]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1664332767-6909-1-git-send-email-daizhiyuan@phytium.com.cn
---
 drivers/irqchip/irq-gic-v3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index 262658f..34d5856 100644
--- a/drivers/irqchip/irq-gic-v3.c
+++ b/drivers/irqchip/irq-gic-v3.c
@@ -978,7 +978,7 @@ static int __gic_update_rdist_properties(struct redist_region *region,
 	u64 typer = gic_read_typer(ptr + GICR_TYPER);
 	u32 ctlr = readl_relaxed(ptr + GICR_CTLR);
 
-	/* Boot-time cleanip */
+	/* Boot-time cleanup */
 	if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) {
 		u64 val;
 

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

end of thread, other threads:[~2022-09-29 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28  2:39 [PATCH] irqchip/gicv3: fix typos in comments Zhiyuan Dai
2022-09-29 10:20 ` [irqchip: irq/irqchip-next] irqchip/gic-v3: Fix typo in comment irqchip-bot for Zhiyuan Dai

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.