diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-06-30 20:32:11 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-07-10 09:02:36 -0400 |
commit | 0cfc1d6830465997c8e9d4236f697fb00dfb8aec (patch) | |
tree | e2cb350d9572791d71fd6bf13bbd4b3dc96584e4 /drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | |
parent | 8612a435f3fb6e1ce1cc24f136b7f543d122dda5 (diff) | |
download | linux-0cfc1d6830465997c8e9d4236f697fb00dfb8aec.tar.gz linux-0cfc1d6830465997c8e9d4236f697fb00dfb8aec.tar.bz2 linux-0cfc1d6830465997c8e9d4236f697fb00dfb8aec.zip |
drm/amdgpu: Fix errors & warnings in gmc_ v6_0, v7_0.c
Fix below checkpatch errors & warnings:
ERROR: trailing statements should be on next line
+ default: BUG();
ERROR: trailing statements should be on next line
WARNING: braces {} are not necessary for single statement blocks
WARNING: braces {} are not necessary for any arm of this statement
WARNING: Block comments use * on subsequent lines
WARNING: Missing a blank line after declarations
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c')
0 files changed, 0 insertions, 0 deletions