drm/amdgpu: Fix do not add new typedefs in amdgpu_fw_attestation.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Fri, 21 Jul 2023 08:10:07 +0000 (13:40 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jul 2023 17:36:08 +0000 (13:36 -0400)
commit88dd0b188e21d5cc303516b1d63217077a2d1120
tree2fa7d87ff209a1a3db98dfdf0486426fba975401
parentb25b3599264eec4f0af879f7e3b22c1cf38d0562
drm/amdgpu: Fix do not add new typedefs in amdgpu_fw_attestation.c

Fixes the following to align to coding style:

WARNING: do not add new typedefs
+typedef struct FW_ATT_DB_HEADER

WARNING: do not add new typedefs
+typedef struct FW_ATT_RECORD

WARNING: Symbolic permissions 'S_IRUSR' are not preferred. Consider using octal permissions '0400'.
+                           S_IRUSR,

ERROR: "(foo*)" should be "(foo *)"
WARNING: please, no space before tabs

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_fw_attestation.c