Ver código fonte

drm/amdgpu/gfx8: whitespace change

Make it consistent.

Reviewed-by: Alex Xie <AlexBin.Xie@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Alex Deucher 8 anos atrás
pai
commit
d6b20c8769
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c

+ 2 - 1
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c

@@ -859,7 +859,8 @@ err1:
 }
 }
 
 
 
 
-static void gfx_v8_0_free_microcode(struct amdgpu_device *adev) {
+static void gfx_v8_0_free_microcode(struct amdgpu_device *adev)
+{
 	release_firmware(adev->gfx.pfp_fw);
 	release_firmware(adev->gfx.pfp_fw);
 	adev->gfx.pfp_fw = NULL;
 	adev->gfx.pfp_fw = NULL;
 	release_firmware(adev->gfx.me_fw);
 	release_firmware(adev->gfx.me_fw);