drm/amdgpu: fix indentation in struct amdgpu_ring
authorChristian König <christian.koenig@amd.com>
Tue, 19 Jul 2016 12:34:17 +0000 (14:34 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:37:01 +0000 (14:37 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index eb09037..dd710a3 100644 (file)
@@ -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