[PATCH 1/7] drm/amdgpu: fix indentation in struct amdgpu_ring

zhoucm1 david1.zhou at amd.com
Thu Jul 21 10:22:14 UTC 2016



On 2016年07月21日 18:01, Christian König wrote:
> From: Christian König <christian.koenig at amd.com>
>
> Signed-off-by: Christian König <christian.koenig at amd.com>
Reviewed-by: Chunming Zhou <david1.zhou at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index 459e136..d939038 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -802,8 +802,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



More information about the amd-gfx mailing list