lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4nku6uyhn3akjcdkw4bc4oo6ktyjefh6qblpgcmbrozxql4pc6@6kcz6o7hsvt2>
Date: Tue, 3 Sep 2024 14:44:13 +0530
From: Jai Luthra <j-luthra@...com>
To: Chen Ni <nichen@...as.ac.cn>
CC: <mchehab@...nel.org>, <linux-media@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] media: ti: j721e-csi2rx: Convert comma to semicolon

Hi Chen,

Thanks for the patch.

On Sep 03, 2024 at 15:29:04 +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 

Fixes: b4a3d877dc92 ("media: ti: Add CSI2RX support for J721E")
Reviewed-by: Jai Luthra <j-luthra@...com>

> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
>  drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c b/drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
> index 22442fce7607..d124c1256562 100644
> --- a/drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
> +++ b/drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
> @@ -1014,9 +1014,9 @@ static int ti_csi2rx_v4l2_init(struct ti_csi2rx_dev *csi)
>  	pix_fmt->height = 480;
>  	pix_fmt->field = V4L2_FIELD_NONE;
>  	pix_fmt->colorspace = V4L2_COLORSPACE_SRGB;
> -	pix_fmt->ycbcr_enc = V4L2_YCBCR_ENC_601,
> -	pix_fmt->quantization = V4L2_QUANTIZATION_LIM_RANGE,
> -	pix_fmt->xfer_func = V4L2_XFER_FUNC_SRGB,
> +	pix_fmt->ycbcr_enc = V4L2_YCBCR_ENC_601;
> +	pix_fmt->quantization = V4L2_QUANTIZATION_LIM_RANGE;
> +	pix_fmt->xfer_func = V4L2_XFER_FUNC_SRGB;
>  
>  	ti_csi2rx_fill_fmt(fmt, &csi->v_fmt);
>  
> -- 
> 2.25.1
> 

-- 
Thanks,
Jai

GPG Fingerprint: 4DE0 D818 E5D5 75E8 D45A AFC5 43DE 91F9 249A 7145

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ