]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amd/amdgpu: Fix style problems in amdgpu_psp.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Fri, 28 Apr 2023 11:52:20 +0000 (17:22 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:27:08 +0000 (09:27 -0400)
commitf14c8c3e1fc9e10c6d54999a96acb2b5087374df
treea5989d16dcc962640742fdaddda962020144cd67
parentedacf33357b8576db3198e4ae41bb7e6cd41ce4e
drm/amd/amdgpu: Fix style problems in amdgpu_psp.c

Fix the following checkpatch warnings & error in amdgpu_psp.c

WARNING: Comparisons should place the constant on the right side of the test
WARNING: braces {} are not necessary for single statement blocks
WARNING: please, no space before tabs
WARNING: braces {} are not necessary for single statement blocks
ERROR: that open brace { should be on the previous line

Suggested-by: Christian König <christian.koenig@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c