drm/amdgpu: Fix style issues in amdgpu_gem.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Fri, 21 Jul 2023 08:33:53 +0000 (14:03 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jul 2023 17:41:00 +0000 (13:41 -0400)
commit30953c4d000b6742eeb9cb248e737ecacf3a3b96
tree18708a8cf6292e6e27caa2370fc21530dec15edb
parent0d882e43504cf3ac28a0852e1c1cd71155a6919b
drm/amdgpu: Fix style issues in amdgpu_gem.c

Fixes the following to align to linux coding style:

WARNING: braces {} are not necessary for any arm of this statement
WARNING: Missing a blank line after declarations
ERROR: space prohibited before that close parenthesis ')'
WARNING: unnecessary whitespace before a quoted newline
WARNING: %LX is non-standard C, use %llX

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: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c