]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Add kdoc params/returns in dc/link detection helpers
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Fri, 7 Nov 2025 14:26:15 +0000 (19:56 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2025 02:54:16 +0000 (21:54 -0500)
commitfc936aa76eea2610ca387d420f50be2f5ed8823c
tree62deab786025128545d3413dba7678b58a3a09dd
parent20161e3b6bd97c2df24da83a1b68f7b17e1d2927
drm/amd/display: Add kdoc params/returns in dc/link detection helpers

The link detection helpers in dc/link/link_detection.c were missing
kdoc annotations for parameters and return values.

Fixes the below with gcc W=1:
...link_detection.c:872 parameter 'edid_header' not described
...link_detection.c:890 parameter 'link' not described
...link_detection.c:914 parameter 'link' not described
...link_detection.c:1355 parameter 'link' not described
...link_detection.c:1355 parameter 'type' not described

Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Roman Li <roman.li@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_detection.c