diff options
author | Zhiyuan Dai <daizhiyuan@phytium.com.cn> | 2022-09-28 05:39:27 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-09-29 13:15:36 +0300 |
commit | 4d96829774b7bd70ed81b5e2830afb9d97b9fea2 (patch) | |
tree | e0cd0cb408a0a0c5e5b726da36ae65b28d9cc87a /drivers/irqchip | |
parent | daa0b6d0187599a574cb5cb392b259bda3dcf979 (diff) | |
download | linux-4d96829774b7bd70ed81b5e2830afb9d97b9fea2.tar.xz |
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.c | 2 |
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; |