[PATCH 4.9 017/101] init/main: Fix double "the" in comment
From: Greg Kroah-Hartman
Date: Tue Aug 23 2022 - 04:16:37 EST
From: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
commit 6623f1c6150c09ce946c8e27a4c814d64919495b upstream.
s/the\ the/the
Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
Signed-off-by: Jiri Kosina <jkosina@xxxxxxx>
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/init/main.c
+++ b/init/main.c
@@ -488,7 +488,7 @@ asmlinkage __visible void __init start_k
debug_objects_early_init();
/*
- * Set up the the initial canary ASAP:
+ * Set up the initial canary ASAP:
*/
add_latent_entropy();
boot_init_stack_canary();