[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZoOt5iEC7NJoyTqV@pyrite.rasen.tech>
Date: Tue, 2 Jul 2024 16:36:06 +0900
From: Paul Elder <paul.elder@...asonboard.com>
To: Chen Ni <nichen@...as.ac.cn>
Cc: laurent.pinchart@...asonboard.com, mchehab@...nel.org,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: i2c: thp7312: Convert comma to semicolon
On Tue, Jul 02, 2024 at 10:57:11AM +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
Reviewed-by: Paul Elder <paul.elder@...asonboard.com>
> ---
> drivers/media/i2c/thp7312.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/thp7312.c b/drivers/media/i2c/thp7312.c
> index 19bd923a7315..75225ff5eff6 100644
> --- a/drivers/media/i2c/thp7312.c
> +++ b/drivers/media/i2c/thp7312.c
> @@ -1503,7 +1503,7 @@ static int __thp7312_flash_reg_read(struct thp7312_device *thp7312,
>
> msgs[0].addr = client->addr;
> msgs[0].flags = 0;
> - msgs[0].len = sizeof(thp7312_cmd_read_reg),
> + msgs[0].len = sizeof(thp7312_cmd_read_reg);
> msgs[0].buf = (u8 *)thp7312_cmd_read_reg;
>
> msgs[1].addr = client->addr;
> --
> 2.25.1
>
>
Powered by blists - more mailing lists