[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220823080035.225456988@linuxfoundation.org>
Date: Tue, 23 Aug 2022 10:02:50 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, Viresh Kumar <viresh.kumar@...aro.org>,
Jiri Kosina <jkosina@...e.cz>,
Hans-Christian Noren Egtvedt <hegtvedt@...co.com>
Subject: [PATCH 4.9 017/101] init/main: Fix double "the" in comment
From: Viresh Kumar <viresh.kumar@...aro.org>
commit 6623f1c6150c09ce946c8e27a4c814d64919495b upstream.
s/the\ the/the
Signed-off-by: Viresh Kumar <viresh.kumar@...aro.org>
Signed-off-by: Jiri Kosina <jkosina@...e.cz>
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@...co.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
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();
Powered by blists - more mailing lists