[PATCH] drm/amdgpu: fix several indentation issues

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are several statements that are incorrectly indented. Fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c| 2 +- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c

[PATCH] drm/nouveau/falcon: fix a few indentation issues

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are a few statements that are indented incorrectly. Fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c b

[PATCH] video: fbdev: savage: fix indentation issue

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King The indentation in the if statement is not indented correctly, fix this with extra level of indentation. Signed-off-by: Colin Ian King --- drivers/video/fbdev/savage/savagefb_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/video/f

[PATCH] video: fbdev: vesafb: fix indentation issue

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are a couple of statements that are indented too deeply, fix this by removing tabs. Also add a space after a comma to clean up a cppcheck warning. Signed-off-by: Colin Ian King --- drivers/video/fbdev/vesafb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)