irqchip/gic: Spelling s/REturn/Return/

Fix a capitalization typo.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
This commit is contained in:
Geert Uytterhoeven
2020-12-11 14:40:17 +00:00
committed by Marc Zyngier
parent b650545978
commit 42a590b0fd
+1 -1
View File
@@ -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;