aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-07-19 08:34:17 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:37:01 -0400
commit92c023c47f3af706b7ad1b6b66efddd13a8bf4bd (patch)
tree97e0711de72984b1a69dba95a0414ce0df6548f2
parent990c70ad75a26529d77517c0d22a503f18139683 (diff)
drm/amdgpu: fix indentation in struct amdgpu_ring
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index eb09037a7161..dd710a3467c2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -799,8 +799,8 @@ struct amdgpu_ring {
799 enum amdgpu_ring_type type; 799 enum amdgpu_ring_type type;
800 char name[16]; 800 char name[16];
801 unsigned cond_exe_offs; 801 unsigned cond_exe_offs;
802 u64 cond_exe_gpu_addr; 802 u64 cond_exe_gpu_addr;
803 volatile u32 *cond_exe_cpu_addr; 803 volatile u32 *cond_exe_cpu_addr;
804#if defined(CONFIG_DEBUG_FS) 804#if defined(CONFIG_DEBUG_FS)
805 struct dentry *ent; 805 struct dentry *ent;
806#endif 806#endif