Messages in this thread Patch in this message |  | | From | Zhen Lei <> | Subject | [PATCH v2 3/4] kexec: fix a spelling mistake in comment | Date | Sat, 29 May 2021 19:03:04 +0800 |
| |
alloed ==> allowed
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> --- 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
|  |