[PATCH] agp/via: fix repeated words in comments

2022-10-19 Thread Jilin Yuan
Delete the redundant word 'as'. Signed-off-by: Jilin Yuan --- drivers/char/agp/via-agp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c index b2f484f527fb..2a4befd1c438 100644 --- a/drivers/char/agp/via-a

[PATCH] video: fix repeated words in comments

2022-10-19 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/video/fbdev/sis/sis_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c index 1914ab5a5a91..5850e4325f07 100644 ---

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

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'for'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/gma500/oaktrail_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/oaktrail_crtc.c b/drivers/gpu/drm/gma500/oaktrail_crtc.c index 6004390d647a..64761f46b

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

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'on'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_edid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 4005dab6147d..25866b568d6b 100644 --- a/drivers/gpu/drm/drm_ed

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

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'and'. Delete the redundant word 'in'. Delete the redundant word 'the'. Delete the redundant word 'are'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 de

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

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'we'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c index 02cb3a12dd76..6d6cc4637

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

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'to'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_crat.c b/drivers/gpu/drm/amd/amdkfd/kfd_crat.c index 24b414cff3ec..cd5f8b219bf9 10

[PATCH] drm/amd/display: fix repeated words in comments

2022-09-06 Thread Jilin Yuan
Delete the redundant word 'in'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c index bd

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'other'. Delete the redundant word 'the'. Delete the redundant word 'will'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/i915/i915_gem_evict.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 4 ++-- drivers/gpu/drm/i915/i915_memcpy.h

[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.

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/vc4/vc4_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vc4/vc4_regs.h b/drivers/gpu/drm/vc4/vc4_regs.h index a2b5cbbbc1b0..f0290fad991d 100644 --- a/drivers/g

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vboxvideo/vboxvideo.h b/drivers/gpu/drm/vboxvideo/vboxvideo.h index a5de40fe1a76..f60d82504da0 10

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'to'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/tidss/tidss_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tidss/tidss_kms.c b/drivers/gpu/drm/tidss/tidss_kms.c index 666e527a0acf..7de3a5ffe5bc 100644 --- a/d

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'to'. Delete the redundant word 'should'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dr

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/display/drm_dp_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/display/drm_dp_helper.c b/drivers/gpu/drm/display/drm_dp_helper.c index e7c22c2ca90c..c2

[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 --g

[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

[PATCH] disp/dpu1: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'is'. Signed-off-by: Jilin Yuan --- 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..59ca7d70a

[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..8f

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'next'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c index 471fd6c8135f..4f9edca66

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'one'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/msm/msm_gem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/msm_gem.h b/drivers/gpu/drm/msm/msm_gem.h index c75d3b879a53..e300c70e8904 100644 --- a/drivers/g

[PATCH] msm/adreno: fix repeated words in comments

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'power'. Delete the redundant word 'in'. Delete the redundant word 'for'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/ms

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'for'. Delete the redundant word 'the'. Delete the redundant word 'into'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/i915_request.c | 2 +- drivers/gpu/drm/i915/intel_device_

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

2022-08-24 Thread Jilin Yuan
Delete the redundant word 'the'. Delete the redundant word 'for'. Delete the redundant word 'really'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +- drivers/gpu/drm/gma500/oaktrail_crtc.c | 2 +- drivers/gpu/drm/gma500/oaktrail_hdm

[PATCH] video/fbdev: fix repeated words in comments

2022-08-17 Thread Jilin Yuan
Delete the redundant word 'its'. Signed-off-by: Jilin Yuan --- drivers/video/fbdev/skeletonfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/skeletonfb.c b/drivers/video/fbdev/skeletonfb.c index 818b3a5003e1..f316ea320d29 100644 --- a/dri

[PATCH] video/fbdev: fix repeated words in comments

2022-08-17 Thread Jilin Yuan
Delete the redundant word 'set'. Signed-off-by: Jilin Yuan --- drivers/video/fbdev/ssd1307fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c index 5c765655d000..52e4ed9da78c 100644 --- a/drivers/v