]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: dc_link: code clean up on detect_dp function
authorMelissa Wen <melissa.srw@gmail.com>
Fri, 28 Feb 2020 16:43:19 +0000 (13:43 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Mar 2020 05:27:30 +0000 (00:27 -0500)
commit0369d24068b87150a4fea9a787d1cc924f750d03
tree3c241c88c5410e4379ce541b8ebc17add0e53a31
parent71ae267cc71467d7f5caf7735ce17dbe2c700830
drm/amd/display: dc_link: code clean up on detect_dp function

Removes codestyle issues on detect_dp function as suggested by
checkpatch.pl.

CHECK: Lines should not end with a '('
WARNING: Missing a blank line after declarations
WARNING: line over 80 characters
CHECK: Alignment should match open parenthesis

Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Reviewed-by: Zhan Liu <zhan.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c