drm/amd/display: Clean up style problems in amdgpu_dm_irq.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Thu, 22 Jun 2023 14:02:30 +0000 (19:32 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Jul 2023 17:38:53 +0000 (13:38 -0400)
commit2d0b69fc712c07f9dcd2c551d73615730bd1532e
treeb89d68308800b1d2125b08c94e09efcadd5dc08b
parent0c2d77beedcb5a0aaf18e1d5cae2b420433bd878
drm/amd/display: Clean up style problems in amdgpu_dm_irq.c

Fix the following warnings reported by checkpatch:

WARNING: Block comments use a trailing */ on a separate line
WARNING: Comparisons should place the constant on the right side of the test
WARNING: space prohibited between function name and open parenthesis '('
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c