[PATCH] drm: Fix comment typo

2022-08-12 Thread min tang
The double `buffer' is duplicated in line 96, remove one. Signed-off-by: min tang --- drivers/gpu/drm/drm_vblank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_vblank.c b/drivers/gpu/drm/drm_vblank.c index 2ff31717a3de..25660c30bbbf 100644

[PATCH] drm/i915: Fix comment typo

2022-08-12 Thread min tang
The double `for' is duplicated in line 2537, remove one. Signed-off-by: min tang --- drivers/gpu/drm/i915/i915_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 9ccb67eec1bd..617a33e4bbb6 1

[PATCH] drm/ttm: Fix comment typo

2022-08-12 Thread min tang
The double `sure' is duplicated in line 454, remove one. Signed-off-by: min tang --- drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c b/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c

[PATCH] drm/vmwgfx: Fix comment typo

2022-08-12 Thread min tang
The double `should' is duplicated in line 72, remove one. Signed-off-by: min tang --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h index 1d1c8b8

[PATCH] drm/vmwgfx: Fix comment typo

2022-08-12 Thread min tang
The double `to' is duplicated in line 384, remove one,The double `to' is duplicated in line 412, remove one. Signed-off-by: min tang --- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ex

[PATCH] drm/amd/display: Fix comment typo

2022-08-13 Thread min tang
The double `aligned' is duplicated in line 1070, remove one. Signed-off-by: min tang --- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c b/drivers/gpu/drm/amd/displ

[PATCH] drm/i915/gt: Unneeded semicolon

2022-08-13 Thread min tang
There is no semicolon after '}' in line 648. Signed-off-by: min tang --- drivers/gpu/drm/i915/gt/intel_migrate.c | 2 +- tools/power/x86/intel-speed-select/hfi-events.c | 2 +- tools/testing/selftests/timers/nanosleep.c | 2 +- 3 files changed, 3 insertions(+), 3 deletion

[PATCH] drm/amd/display: Unneeded semicolon

2022-08-13 Thread min tang
There is no semicolon after '}' in line 510. Signed-off-by: min tang --- drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c b/drivers/g