From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from szxga08-in.huawei.com ([45.249.212.255]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmwkk-0052Hm-4l for kexec@lists.infradead.org; Sat, 29 May 2021 11:03:39 +0000 From: Zhen Lei Subject: [PATCH v2 3/4] kexec: fix a spelling mistake in comment Date: Sat, 29 May 2021 19:03:04 +0800 Message-ID: <20210529110305.9446-4-thunder.leizhen@huawei.com> In-Reply-To: <20210529110305.9446-1-thunder.leizhen@huawei.com> References: <20210529110305.9446-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Jason Wessel , Daniel Thompson , Douglas Anderson , Balbir Singh , Barry Song , Christoph Hellwig , Marek Szyprowski , Robin Murphy , Konrad Rzeszutek Wilk , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Darren Hart , Davidlohr Bueso , Eric Biederman , "Naveen N . Rao" , Anil S Keshavamurthy , "David S . Miller" , Masami Hiramatsu , Jessica Yu , Steffen Klassert , Daniel Jordan , Oleg Nesterov , John Stultz , Stephen Boyd , Luis Chamberlain , Tejun Heo , Lai Jiangshan , kgdb-bugreport , kexec , linux-crypto , linux-kernel Cc: Zhen Lei alloed ==> allowed Signed-off-by: Zhen Lei Acked-by: "Eric W. Biederman" --- kernel/kexec_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c index 4b34a9aa32bc..21d44f7ae8a8 100644 --- a/kernel/kexec_core.c +++ b/kernel/kexec_core.c @@ -180,7 +180,7 @@ 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. */ -- 2.25.1 _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec