Re: (subset) [PATCH] gpu/drm: fix repeated words in comments

2022-10-24 Thread maxime
On Sat, 22 Oct 2022 14:07:01 +0800, wangjianli wrote: > Delete the redundant word 'the'. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

[PATCH] gpu/drm: fix repeated words in comments

2022-10-22 Thread wangjianli
Delete the redundant word 'the'. Signed-off-by: wangjianli --- drivers/gpu/drm/drm_rect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_rect.c b/drivers/gpu/drm/drm_rect.c index 0460e874896e..85c79a38c13a 100644 --- a/drivers/gpu/drm/drm_rect.c +++

[PATCH] gpu/drm: fix repeated words in comments

2022-10-22 Thread wangjianli
Delete the redundant word 'the'. Signed-off-by: wangjianli --- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c index c40bde96cfdf..ae12cca8b123 100644 ---

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread wangjianli
Delete the redundant word 'the'. Signed-off-by: wangjianli --- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c index c40bde96cfdf..fd2790a5664d 100644 ---

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'old'. Delete the redundant word 'new'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_context.c b/drivers/gpu/drm/drm_context.c index

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread wangjianli
Delete the redundant word 'the'. Signed-off-by: wangjianli --- drivers/gpu/drm/drm_rect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_rect.c b/drivers/gpu/drm/drm_rect.c index 0460e874896e..8873922d6dee 100644 --- a/drivers/gpu/drm/drm_rect.c +++

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Delete the redundant word 'this'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++-- drivers/gpu/drm/drm_prime.c| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'in'. Delete the redundant word 'on'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_edid.c| 2 +- drivers/gpu/drm/drm_framebuffer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c

[PATCH] gpu/drm: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_ioctl.c| 2 +- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 51fcf1298023..8faad23dc1d8

[PATCH] gpu/drm: fix repeated words in comments

2022-07-25 Thread wangjianli
Delete the redundant word 'in'. Signed-off-by: wangjianli --- drivers/gpu/drm/drm_framebuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_framebuffer.c b/drivers/gpu/drm/drm_framebuffer.c index 4562a8b86579..1ece22e7b6cb 100644 ---