[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220831154554.32761-1-dengshaomin@cdjrlc.com>
Date: Wed, 31 Aug 2022 11:45:54 -0400
From: Shaomin Deng <dengshaomin@...rlc.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc: rafael@...nel.org, Shaomin Deng <dengshaomin@...rlc.com>
Subject: [PATCH] base: Fix double word in comments
Remove the repeated word "core" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@...rlc.com>
---
drivers/base/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/init.c b/drivers/base/init.c
index 397eb9880cec..ae75ed7bbc41 100644
--- a/drivers/base/init.c
+++ b/drivers/base/init.c
@@ -30,7 +30,7 @@ void __init driver_init(void)
hypervisor_init();
/* These are also core pieces, but must come after the
- * core core pieces.
+ * core pieces.
*/
of_core_init();
platform_bus_init();
--
2.35.1
Powered by blists - more mailing lists