mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
init/main: Fix double "the" in comment
commit 6623f1c615 upstream.
s/the\ the/the
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -495,7 +495,7 @@ asmlinkage __visible void __init start_kernel(void)
|
||||
debug_objects_early_init();
|
||||
|
||||
/*
|
||||
* Set up the the initial canary ASAP:
|
||||
* Set up the initial canary ASAP:
|
||||
*/
|
||||
add_latent_entropy();
|
||||
boot_init_stack_canary();
|
||||
|
||||
Reference in New Issue
Block a user