diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-12-09 13:15:04 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-12-11 17:40:17 +0300 |
commit | 42a590b0fdf72498ebf47b01ddf006ee92cbfc70 (patch) | |
tree | 6060fe8ce1c211e72d8fd65bfff14dd2683e0976 /drivers/irqchip | |
parent | b65054597872ce3aefbc6a666385eabdf9e288da (diff) | |
download | linux-42a590b0fdf72498ebf47b01ddf006ee92cbfc70.tar.xz |
irqchip/gic: Spelling s/REturn/Return/
Fix a capitalization typo.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201209101504.2206941-1-geert+renesas@glider.be
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/irq-gic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 6053245a4754..a3c2f18131b2 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c @@ -973,7 +973,7 @@ void gic_migrate_target(unsigned int new_cpu_id) /* * gic_get_sgir_physaddr - get the physical address for the SGI register * - * REturn the physical address of the SGI register to be used + * Return the physical address of the SGI register to be used * by some early assembly code when the kernel is not yet available. */ static unsigned long gic_dist_physaddr; |