diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-04-19 14:55:03 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-04-21 08:49:37 -0400 |
commit | 5c65a4b8e65e3247f86ec5152da138500edcf50c (patch) | |
tree | e6df04bdf518f6202d5b803e5fa3f5ca1739c545 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | 8eba72053c682d8ae652bed4a62546239e58390b (diff) | |
download | lwn-5c65a4b8e65e3247f86ec5152da138500edcf50c.tar.gz lwn-5c65a4b8e65e3247f86ec5152da138500edcf50c.zip |
drm/amd/amdgpu: Fix spaces in array indexing and indentations in amdgpu_kms.c
Fix the following errors reported by checkpatch:
ERROR: space prohibited before open square bracket '['
+#define TA_FW_NAME(type) [TA_FW_TYPE_PSP_##type] = #type
ERROR: code indent should use tabs where possible
+ query_fw.fw_type = AMDGPU_INFO_FW_GFX_RLCV;$
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Mario Limonciello <mario.limonciello@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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions