projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eca5b1
)
IRQCHIP: mips-gic: Fix typo in comment
author
James Hogan
<
[email protected]
>
Tue, 27 Jan 2015 21:45:50 +0000
(21:45 +0000)
committer
Ralf Baechle
<
[email protected]
>
Tue, 31 Mar 2015 10:04:12 +0000
(12:04 +0200)
Fix typo in comment in gic_get_c0_perfcount_int:
"erformance" -> "performance".
Signed-off-by: James Hogan <
[email protected]
>
Cc: Andrew Bresticker <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: Jason Cooper <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc: Thomas Gleixner <
[email protected]
>
Reviewed-by: Andrew Bresticker <
[email protected]
>
Patchwork: https://patchwork.linux-mips.org/patch/9126/
Signed-off-by: Ralf Baechle <
[email protected]
>
drivers/irqchip/irq-mips-gic.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-mips-gic.c
b/drivers/irqchip/irq-mips-gic.c
index 9acdc080e7ecd21b2cd256c18e31c9c27337c7d1..ef09a914a3b61cbb570c464d2db3361be0eafd26 100644
(file)
--- a/
drivers/irqchip/irq-mips-gic.c
+++ b/
drivers/irqchip/irq-mips-gic.c
@@
-218,7
+218,7
@@
int gic_get_c0_compare_int(void)
int gic_get_c0_perfcount_int(void)
{
if (!gic_local_irq_is_routable(GIC_LOCAL_INT_PERFCTR)) {
- /* Is the erformance counter shared with the timer? */
+ /* Is the
p
erformance counter shared with the timer? */
if (cp0_perfcount_irq < 0)
return -1;
return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;