[PATCH v2 3/4] kexec: fix a spelling mistake in comment
Zhen Lei
thunder.leizhen at huawei.com
Sat May 29 04:03:04 PDT 2021
alloed ==> allowed
Signed-off-by: Zhen Lei <thunder.leizhen at huawei.com>
Acked-by: "Eric W. Biederman" <ebiederm at 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
More information about the kexec
mailing list