OSDN Git Service

drm/amdgpu: Fix style issues in amdgpu_debugfs.c
authorPraful Swarnakar <Praful.Swarnakar@amd.com>
Wed, 26 Jul 2023 15:33:32 +0000 (21:03 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Aug 2023 21:12:48 +0000 (17:12 -0400)
commitad19c200b1f7c4c9bcfc02db862c3f61072d0de4
tree4406e1f714a0d219489f4e6aa4fc54fc097db55a
parent54f9e1ca7c658cf9973d4451c035b4acfd6190bb
drm/amdgpu: Fix style issues in amdgpu_debugfs.c

Fixes the following to align to linux coding style:

WARNING: Missing a blank line after declarations
WARNING: sizeof *rd should be sizeof(*rd)

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Praful Swarnakar <Praful.Swarnakar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c