瀏覽代碼

drm/amdgpu/gfx7: Fix whitespace

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Tom St Denis 9 年之前
父節點
當前提交
5cb60bf697
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c

+ 1 - 1
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,
 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;
 	int i, j, k, counter, active_cu_number = 0;
 	u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0;
 	u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0;