public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] init: Fix comment typo
@ 2022-07-15  5:10 Jason Wang
  2022-07-28 14:31 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:10 UTC (permalink / raw)
  To: rafael; +Cc: gregkh, linux-kernel, Jason Wang

The double `core' is duplicated in line 33, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] init: Fix comment typo
  2022-07-15  5:10 [PATCH] init: Fix comment typo Jason Wang
@ 2022-07-28 14:31 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-07-28 14:31 UTC (permalink / raw)
  To: Jason Wang; +Cc: rafael, linux-kernel

On Fri, Jul 15, 2022 at 01:10:33PM +0800, Jason Wang wrote:
> The double `core' is duplicated in line 33, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.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.

Nope, the original is correct here, please read it again.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15  5:10 [PATCH] init: Fix comment typo Jason Wang
2022-07-28 14:31 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox