[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220822064851.hkspsfw47etr4ovq@uno.localdomain>
Date: Mon, 22 Aug 2022 08:48:51 +0200
From: Jacopo Mondi <jacopo@...ndi.org>
To: wangjianli <wangjianli@...rlc.com>
Cc: mchehab@...nel.org, linux-media@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] platform/renesas: fix repeated words in comments
Hello wangjianli
On Sun, Aug 21, 2022 at 10:54:35PM +0800, wangjianli wrote:
> Delete the redundant word 'on'.
^ unecessary space, can be fixed when applying maybe ?
>
> Signed-off-by: wangjianli <wangjianli@...rlc.com>
Is this your full name ? Should it be spelled with spaces ?
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1
I'm sorry to ask, but I'm actually not sure if the signature here
counts as your full name or not
The patch is obviously fine
Acked-by: Jacopo Mondi <jacopo@...ndi.org>
> ---
> drivers/media/platform/renesas/renesas-ceu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/platform/renesas/renesas-ceu.c b/drivers/media/platform/renesas/renesas-ceu.c
> index f70f91b006b7..69723b51e4dc 100644
> --- a/drivers/media/platform/renesas/renesas-ceu.c
> +++ b/drivers/media/platform/renesas/renesas-ceu.c
> @@ -1101,7 +1101,7 @@ static int ceu_open(struct file *file)
> return ret;
>
> mutex_lock(&ceudev->mlock);
> - /* Causes soft-reset and sensor power on on first open */
> + /* Causes soft-reset and sensor power on first open */
> ret = pm_runtime_resume_and_get(ceudev->dev);
> mutex_unlock(&ceudev->mlock);
>
> --
> 2.36.1
>
Powered by blists - more mailing lists