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]
Date:   Tue, 23 Aug 2022 10:52:34 -0700
From:   Abhinav Kumar <quic_abhinavk@...cinc.com>
To:     Jilin Yuan <yuanjilin@...rlc.com>, <robdclark@...il.com>,
        <dmitry.baryshkov@...aro.org>, <airlied@...ux.ie>,
        <daniel@...ll.ch>
CC:     <linux-arm-msm@...r.kernel.org>, <dri-devel@...ts.freedesktop.org>,
        <freedreno@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] disp/dpu1: fix repeated words in comments

Please fix the subject line .

It should be drm/msm/dpu: fix repeated words in comments

Also, you can add

Fixes: 25fdd5933e4c ("drm/msm: Add SDM845 DPU support")

On 8/23/2022 4:51 AM, Jilin Yuan wrote:
>   Delete the redundant word 'is'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
> ---
>   drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
> index bce47647d891..59ca7d70a652 100644
> --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
> +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
> @@ -1169,7 +1169,7 @@ static int dpu_kms_hw_init(struct msm_kms *kms)
>   
>   	/*
>   	 * max crtc width is equal to the max mixer width * 2 and max height is
> -	 * is 4K
> +	 * 4K
>   	 */
>   	dev->mode_config.max_width =
>   			dpu_kms->catalog->caps->max_mixer_width * 2;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ