Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1217241 > unrolled thread
| Started by | Simon Horman <horms@verge.net.au> |
|---|---|
| First post | 2015-09-02 03:20 +0200 |
| Last post | 2015-09-02 03:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] kernel:kexec - Fix for typo in comment in function sanity_check_segment_list(). Simon Horman <horms@verge.net.au> - 2015-09-02 03:20 +0200
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2015-09-02 03:20 +0200 |
| Subject | Re: [PATCH] kernel:kexec - Fix for typo in comment in function sanity_check_segment_list(). |
| Message-ID | <q44Su-6P9-5@gated-at.bofh.it> |
Hi Shailendra, On Sat, May 23, 2015 at 10:38:57AM +0530, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Reviewed-by: Simon Horman <horms@verge.net.au> I believe if you repost this with Andrew Morton <akpm@linux-foundation.org> cced then there is a good chance of it progressing into a kernel release. > --- > kernel/kexec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/kexec.c b/kernel/kexec.c > index 7a36fdc..50dffdb 100644 > --- a/kernel/kexec.c > +++ b/kernel/kexec.c > @@ -189,7 +189,7 @@ static int sanity_check_segment_list(struct kimage *image) > } > > /* Verify our destination addresses do not overlap. > - * If we alloed overlapping destination addresses > + * If we allowed overlapping destination addresses > * through very weird things can happen with no > * easy explanation as one segment stops on another. > */ > -- > 1.7.9.5 > > > _______________________________________________ > kexec mailing list > kexec@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web