diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-05-24 01:17:48 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-09 10:55:38 -0400 |
| commit | 413521a4c9f4bbb4637b9ff3427070325890b08f (patch) | |
| tree | c3959effe8e13de5f2114039b8a319d99e722e60 /tools/perf/scripts/python | |
| parent | 353491c48697df8a133bc468dc1b8ef65045254a (diff) | |
drm/amd/amdgpu: Fix warnings in amdgpu_irq.c
checkpatch reports:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
WARNING: braces {} are not necessary for any arm of this statement
+ if (nvec <= 0) {
[...]
+ } else {
[...]
WARNING: Block comments use a trailing */ on a separate line
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions