Commit 4d968297 authored by Zhiyuan Dai's avatar Zhiyuan Dai Committed by Marc Zyngier

irqchip/gic-v3: Fix typo in comment

Fix typo in comment (cleanip/cleanup).
Signed-off-by: default avatarZhiyuan Dai <daizhiyuan@phytium.com.cn>
[maz: commit message]
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1664332767-6909-1-git-send-email-daizhiyuan@phytium.com.cn
parent daa0b6d0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment