drm/amd/display: codestyle cleanup on dc_link file until detect_dp func
authorMelissa Wen <melissa.srw@gmail.com>
Tue, 31 Mar 2020 10:59:20 +0000 (07:59 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Apr 2020 18:44:45 +0000 (14:44 -0400)
commit621514aa4140543dec5d533eb636d4b1484000b0
tree65181a1ca75b8064b31df99e42d6f7731e61042b
parent2176409956eb1f2c3bbe988e31142587e5757c72
drm/amd/display: codestyle cleanup on dc_link file until detect_dp func

Removes codestyle issues on the file dc_link until detect_dp func as
suggested by checkpatch.pl.

Types covered:

CHECK: Please don't use multiple blank lines
CHECK: Comparison to NULL could be written
ERROR: space required before the open parenthesis '('
CHECK: Alignment should match open parenthesis
CHECK: Lines should not end with a '('
WARNING: please, no space before tabs
WARNING: Comparisons should place the constant on the right side of the test
WARNING: braces {} are not necessary for single statement blocks
CHECK: Please don't use multiple blank lines

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