aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-11-02 22:46:58 +0530
committerAlex Deucher <alexander.deucher@amd.com>2020-11-02 15:34:22 -0500
commit99dac206b0e0c6215272d31f758e6aa9bc3dd3d8 (patch)
tree70516c4d8603092fe8c01b7aff08d393dd31be5a /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
parentdrm/amdgpu/dce: improve code indentation and alignment (diff)
downloadlinux-dev-99dac206b0e0c6215272d31f758e6aa9bc3dd3d8.tar.xz
linux-dev-99dac206b0e0c6215272d31f758e6aa9bc3dd3d8.zip
drm/amdgpu/gfx: 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/gfx_v8_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index eef323d82971..c3fff49e6514 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@ -5066,7 +5066,7 @@ static int gfx_v8_0_pre_soft_reset(void *handle)
gfx_v8_0_cp_compute_enable(adev, false);
}
- return 0;
+ return 0;
}
static int gfx_v8_0_soft_reset(void *handle)