From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: Fix typo mm/dump.c
Date: Mon, 25 Jan 2016 11:48:39 +0000 [thread overview]
Message-ID: <20160125114838.GA18877@leverpostej> (raw)
In-Reply-To: <1453616652-8430-1-git-send-email-standby24x7@gmail.com>
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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
prev parent reply other threads:[~2016-01-25 11:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-24 6:24 [PATCH] arm64: Fix typo mm/dump.c Masanari Iida
2016-01-25 11:48 ` Mark Rutland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160125114838.GA18877@leverpostej \
--to=mark.rutland@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).