All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] disp/dpu1: fix repeated words in comments
@ 2022-08-23 11:51 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-23 11:51 UTC (permalink / raw)
  To: robdclark, quic_abhinavk, dmitry.baryshkov, airlied, daniel
  Cc: linux-arm-msm, dri-devel, freedreno, linux-kernel, Jilin Yuan

 Delete the redundant word 'is'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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;
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] disp/dpu1: fix repeated words in comments
@ 2022-08-23 11:51 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-23 11:51 UTC (permalink / raw)
  To: robdclark, quic_abhinavk, dmitry.baryshkov, airlied, daniel
  Cc: linux-arm-msm, Jilin Yuan, freedreno, linux-kernel, dri-devel

 Delete the redundant word 'is'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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;
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] disp/dpu1: fix repeated words in comments
  2022-08-23 11:51 ` Jilin Yuan
@ 2022-08-23 17:52   ` Abhinav Kumar
  -1 siblings, 0 replies; 4+ messages in thread
From: Abhinav Kumar @ 2022-08-23 17:52 UTC (permalink / raw)
  To: Jilin Yuan, robdclark, dmitry.baryshkov, airlied, daniel
  Cc: linux-arm-msm, dri-devel, freedreno, linux-kernel

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@cdjrlc.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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] disp/dpu1: fix repeated words in comments
@ 2022-08-23 17:52   ` Abhinav Kumar
  0 siblings, 0 replies; 4+ messages in thread
From: Abhinav Kumar @ 2022-08-23 17:52 UTC (permalink / raw)
  To: Jilin Yuan, robdclark, dmitry.baryshkov, airlied, daniel
  Cc: linux-arm-msm, freedreno, linux-kernel, dri-devel

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@cdjrlc.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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-24 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 11:51 [PATCH] disp/dpu1: fix repeated words in comments Jilin Yuan
2022-08-23 11:51 ` Jilin Yuan
2022-08-23 17:52 ` Abhinav Kumar
2022-08-23 17:52   ` Abhinav Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.