projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa0b6d
)
irqchip/gic-v3: Fix typo in comment
author
Zhiyuan Dai
<daizhiyuan@phytium.com.cn>
Wed, 28 Sep 2022 02:39:27 +0000
(10:39 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Thu, 29 Sep 2022 10:15:36 +0000
(11:15 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-gic-v3.c
b/drivers/irqchip/irq-gic-v3.c
index 262658fd5f9e59f9d3ee6395c1af39be4399d9d8..34d58567b78d195ca312efc154590efcbc67bc0f 100644
(file)
--- 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 clean
i
p */
+ /* Boot-time clean
u
p */
if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) {
u64 val;