linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Fix typo mm/dump.c
@ 2016-01-24  6:24 Masanari Iida
  2016-01-25 11:48 ` Mark Rutland
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2016-01-24  6:24 UTC (permalink / raw)
  To: catalin.marinas, linux-kernel, will.deacon, linux-arm-kernel,
	lauraa, trivial
  Cc: Masanari Iida

This patch fix a typo in mm/dump.c
"MODUELS_END_NR" should be "MODULES_END_NR".

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm64/mm/dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/mm/dump.c b/arch/arm64/mm/dump.c
index 5a22a11..0adbebb 100644
--- a/arch/arm64/mm/dump.c
+++ b/arch/arm64/mm/dump.c
@@ -46,7 +46,7 @@ enum address_markers_idx {
 	PCI_START_NR,
 	PCI_END_NR,
 	MODULES_START_NR,
-	MODUELS_END_NR,
+	MODULES_END_NR,
 	KERNEL_SPACE_NR,
 };
 
-- 
2.7.0

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

* Re: [PATCH] arm64: Fix typo mm/dump.c
  2016-01-24  6:24 [PATCH] arm64: Fix typo mm/dump.c Masanari Iida
@ 2016-01-25 11:48 ` Mark Rutland
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Rutland @ 2016-01-25 11:48 UTC (permalink / raw)
  To: Masanari Iida
  Cc: catalin.marinas, linux-kernel, will.deacon, linux-arm-kernel,
	lauraa, trivial, ard.biesheuvel

On Sun, Jan 24, 2016 at 03:24:12PM +0900, Masanari Iida wrote:
> This patch fix a typo in mm/dump.c
> "MODUELS_END_NR" should be "MODULES_END_NR".
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

This looks sensible, though I believe that this is fixed implicitly as
part of Ard's kASLR patch series [1].

Thanks,
Mark.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/398535.html

> ---
>  arch/arm64/mm/dump.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/mm/dump.c b/arch/arm64/mm/dump.c
> index 5a22a11..0adbebb 100644
> --- a/arch/arm64/mm/dump.c
> +++ b/arch/arm64/mm/dump.c
> @@ -46,7 +46,7 @@ enum address_markers_idx {
>  	PCI_START_NR,
>  	PCI_END_NR,
>  	MODULES_START_NR,
> -	MODUELS_END_NR,
> +	MODULES_END_NR,
>  	KERNEL_SPACE_NR,
>  };
>  
> -- 
> 2.7.0
> 
> 
> _______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2016-01-25 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-24  6:24 [PATCH] arm64: Fix typo mm/dump.c Masanari Iida
2016-01-25 11:48 ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).