aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorZhiyuan Dai <daizhiyuan@phytium.com.cn>2022-09-28 10:39:27 +0800
committerMarc Zyngier <maz@kernel.org>2022-09-29 11:15:36 +0100
commit4d96829774b7bd70ed81b5e2830afb9d97b9fea2 (patch)
treee0cd0cb408a0a0c5e5b726da36ae65b28d9cc87a /drivers/irqchip
parentdt-bindings: interrupt-controller: ti,sci-intr: Fix missing reg property in the binding (diff)
downloadlinux-dev-4d96829774b7bd70ed81b5e2830afb9d97b9fea2.tar.xz
linux-dev-4d96829774b7bd70ed81b5e2830afb9d97b9fea2.zip
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
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/irq-gic-v3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index 262658fd5f9e..34d58567b78d 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;