diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-06-30 11:03:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-10 13:02:37 +0000 |
| commit | fe018cf2a1482d92e89410ce2ea6285255f3cfcd (patch) | |
| tree | 985f780372200fe4f127848ed3e2b129092a7123 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | |
| parent | drm/amdgpu: Fix warnings in gmc_v8_0.c (diff) | |
| download | kernel-fe018cf2a1482d92e89410ce2ea6285255f3cfcd.tar.gz kernel-fe018cf2a1482d92e89410ce2ea6285255f3cfcd.zip | |
drm/amdgpu: Fix warnings in gfxhub_ v3_0, v3_0_3.c
Fix the below checkpatch warnings:
WARNING: static const char * array should probably be static const char * const
+static const char *gfxhub_client_ids[] = {
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned i;
WARNING: static const char * array should probably be static const char * const
+static const char *gfxhub_client_ids[] = {
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned i;
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions
