From: Christian König Date: Tue, 19 Jul 2016 12:34:17 +0000 (+0200) Subject: drm/amdgpu: fix indentation in struct amdgpu_ring X-Git-Tag: v4.8-rc1~62^2~2^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92c023c47f3af706b7ad1b6b66efddd13a8bf4bd;p=karo-tx-linux.git drm/amdgpu: fix indentation in struct amdgpu_ring Signed-off-by: Christian König Reviewed-by: Chunming Zhou Reviewed-by: Edward O'Callaghan Signed-off-by: Alex Deucher --- 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 { enum amdgpu_ring_type type; char name[16]; unsigned cond_exe_offs; - u64 cond_exe_gpu_addr; - volatile u32 *cond_exe_cpu_addr; + u64 cond_exe_gpu_addr; + volatile u32 *cond_exe_cpu_addr; #if defined(CONFIG_DEBUG_FS) struct dentry *ent; #endif