[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YuKdrLqHRsoBbiDF@kroah.com>
Date: Thu, 28 Jul 2022 16:31:08 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Jason Wang <wangborong@...rlc.com>
Cc: rafael@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] init: Fix comment typo
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@...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.
Nope, the original is correct here, please read it again.
greg k-h
Powered by blists - more mailing lists