diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-06-30 15:44:26 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-10 09:02:36 -0400 |
| commit | 62e6771ae8fbd8822aa1a5f3f701fbe0c0c704b5 (patch) | |
| tree | cd9e29e31cd6d5cc58c46fd32296222c4785ee17 /tools/perf/scripts/python/bin | |
| parent | 3b6df06f01cdbff3b610b492ad4879691afdc70d (diff) | |
drm/amdgpu: Fix warnings in gfxhub_ v1_0, v1_2.c
Fix the below checkpatch warnings:
WARNING: Block comments should align the * on each line
+ /*
+ * Raven2 has a HW issue that it is unable to use the
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned num_level, block_size;
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned i;
WARNING: Missing a blank line after declarations
+ u32 tmp;
+ tmp = RREG32_SOC15(GC, 0, mmVM_L2_PROTECTION_FAULT_CNTL);
WARNING: Block comments should align the * on each line
+ /*
+ * Raven2 has a HW issue that it is unable to use the
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned num_level, block_size;
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions