summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-11-02 22:46:03 +0530
committerAlex Deucher <alexander.deucher@amd.com>2020-11-02 15:34:17 -0500
commited40c578577fecd1fc99afec993a4930200c57ed (patch)
treea17c23f14a5c8f98af3ab9508977578ab0fa9801 /drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
parent7dee4d51e93113608bbb734ef68a58eb0b894d08 (diff)
downloadlinux-stable-ed40c578577fecd1fc99afec993a4930200c57ed.tar.gz
linux-stable-ed40c578577fecd1fc99afec993a4930200c57ed.tar.bz2
linux-stable-ed40c578577fecd1fc99afec993a4930200c57ed.zip
drm/amdgpu/dce: improve code indentation and alignment
General code indentation and alignment changes such as replace spaces by tabs or align function arguments as per the coding style guidelines. Issue reported by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index 3a44753a80d1..943976349346 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@ -2567,7 +2567,7 @@ static int dce_v6_0_crtc_set_base_atomic(struct drm_crtc *crtc,
struct drm_framebuffer *fb,
int x, int y, enum mode_set_atomic state)
{
- return dce_v6_0_crtc_do_set_base(crtc, fb, x, y, 1);
+ return dce_v6_0_crtc_do_set_base(crtc, fb, x, y, 1);
}
static const struct drm_crtc_helper_funcs dce_v6_0_crtc_helper_funcs = {