From: Tom St Denis Date: Mon, 8 Feb 2016 17:54:09 +0000 (-0500) Subject: drm/amdgpu/gfx7: Fix whitespace X-Git-Tag: v4.6-rc1~12^2~34^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cb60bf6978626694aa6cabe50946bbbd5f6b454;p=platform%2Fkernel%2Flinux-exynos.git drm/amdgpu/gfx7: Fix whitespace Signed-off-by: Tom St Denis Reviewed-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c index cdd3f3f..8809616 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c @@ -5290,7 +5290,7 @@ static void gfx_v7_0_set_gds_init(struct amdgpu_device *adev) int gfx_v7_0_get_cu_info(struct amdgpu_device *adev, - struct amdgpu_cu_info *cu_info) + struct amdgpu_cu_info *cu_info) { int i, j, k, counter, active_cu_number = 0; u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0;