drm/amdgpu/atomfirmware: Clean up errors in amdgpu_atomfirmware.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 06:51:27 +0000 (06:51 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:23 +0000 (09:43 -0400)
commit7163dadea2cc0746bf29e93a65949d532a40a907
treefafdf0a9126c1284839f51107ae7fb5f718344cc
parentf291f9b9dbee022c30af329c9f70066266ee49ce
drm/amdgpu/atomfirmware: Clean up errors in amdgpu_atomfirmware.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '>=' (ctx:WxV)
ERROR: spaces required around that '!=' (ctx:WxV)
ERROR: code indent should use tabs where possible

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c