All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/
@ 2020-12-09 10:15 Geert Uytterhoeven
  2020-12-11 14:58 ` [irqchip: irq/irqchip-next] " irqchip-bot for Geert Uytterhoeven
  2020-12-11 15:01   ` Marc Zyngier
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-12-09 10:15 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier, Jiri Kosina
  Cc: linux-kernel, Geert Uytterhoeven

Fix a capitalization typo.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/irqchip/irq-gic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index 6053245a4754c092..a3c2f18131b2b1da 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;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [irqchip: irq/irqchip-next] irqchip/gic: Spelling s/REturn/Return/
  2020-12-09 10:15 [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/ Geert Uytterhoeven
@ 2020-12-11 14:58 ` irqchip-bot for Geert Uytterhoeven
  2020-12-11 15:01   ` Marc Zyngier
  1 sibling, 0 replies; 4+ messages in thread
From: irqchip-bot for Geert Uytterhoeven @ 2020-12-11 14:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Geert Uytterhoeven, Marc Zyngier, tglx

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID:     42a590b0fdf72498ebf47b01ddf006ee92cbfc70
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/42a590b0fdf72498ebf47b01ddf006ee92cbfc70
Author:        Geert Uytterhoeven <geert+renesas@glider.be>
AuthorDate:    Wed, 09 Dec 2020 11:15:04 +01:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Fri, 11 Dec 2020 14:40:17 

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
---
 drivers/irqchip/irq-gic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index 6053245..a3c2f18 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;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/
  2020-12-09 10:15 [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/ Geert Uytterhoeven
@ 2020-12-11 15:01   ` Marc Zyngier
  2020-12-11 15:01   ` Marc Zyngier
  1 sibling, 0 replies; 4+ messages in thread
From: Marc Zyngier @ 2020-12-11 15:01 UTC (permalink / raw)
  To: shawnguo, linux, leoyang.li, mark.rutland, zhiqiang.hou,
	Biwen Li, robh+dt, tglx, Geert Uytterhoeven, Jiri Kosina
  Cc: xiaobo.xie, Hou Zhiqiang, devicetree, linux-arm-kernel, Biwen Li,
	linux-kernel, jiafei.pan

On Wed, 9 Dec 2020 11:15:04 +0100, Geert Uytterhoeven wrote:
> Fix a capitalization typo.

Applied to irq/irqchip-next, thanks!

[1/1] irqchip/gic: Spelling s/REturn/Return/
      commit: 42a590b0fdf72498ebf47b01ddf006ee92cbfc70

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/
@ 2020-12-11 15:01   ` Marc Zyngier
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Zyngier @ 2020-12-11 15:01 UTC (permalink / raw)
  To: shawnguo, linux, leoyang.li, mark.rutland, zhiqiang.hou,
	Biwen Li, robh+dt, tglx, Geert Uytterhoeven, Jiri Kosina
  Cc: devicetree, Biwen Li, Hou Zhiqiang, linux-kernel, xiaobo.xie,
	jiafei.pan, linux-arm-kernel

On Wed, 9 Dec 2020 11:15:04 +0100, Geert Uytterhoeven wrote:
> Fix a capitalization typo.

Applied to irq/irqchip-next, thanks!

[1/1] irqchip/gic: Spelling s/REturn/Return/
      commit: 42a590b0fdf72498ebf47b01ddf006ee92cbfc70

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-11 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 10:15 [PATCH trivial] irqchip/gic: Spelling s/REturn/Return/ Geert Uytterhoeven
2020-12-11 14:58 ` [irqchip: irq/irqchip-next] " irqchip-bot for Geert Uytterhoeven
2020-12-11 15:01 ` [PATCH trivial] " Marc Zyngier
2020-12-11 15:01   ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.