OSDN Git Service

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)
commit5b2b2416faf378b882ff7488aa8e8de315a6b62c
tree3c241c88c5410e4379ce541b8ebc17add0e53a31
parent9100c359b5e9d3f2548fe02622b74f2baacc6fb6
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