Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316534
| Path | csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Mark Rutland <mark.rutland@arm.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] arm64: Fix typo mm/dump.c |
| Date | Mon, 25 Jan 2016 12:50:02 +0100 |
| Message-ID | <qUNOG-3ga-9@gated-at.bofh.it> (permalink) |
| References | <qUmlr-Lm-5@gated-at.bofh.it> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 40 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | catalin.marinas@arm.com, linux-kernel@vger.kernel.org, will.deacon@arm.com, linux-arm-kernel@lists.infradead.org, lauraa@codeaurora.org, trivial@kernel.org, ard.biesheuvel@linaro.org |
| X-Original-Date | Mon, 25 Jan 2016 11:48:39 +0000 |
| X-Original-Message-ID | <20160125114838.GA18877@leverpostej> |
| X-Original-References | <1453616652-8430-1-git-send-email-standby24x7@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1316534 |
Show key headers only | View raw
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
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] arm64: Fix typo mm/dump.c Masanari Iida <standby24x7@gmail.com> - 2016-01-24 07:30 +0100 Re: [PATCH] arm64: Fix typo mm/dump.c Mark Rutland <mark.rutland@arm.com> - 2016-01-25 12:50 +0100
csiph-web