]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Fix kdoc formatting in dcn42_hwseq.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Mon, 23 Feb 2026 13:44:41 +0000 (19:14 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:39:32 +0000 (14:39 -0500)
commit6fde419222a82e4dd201a0cafca63ef8cf56045f
tree2e06fabec2b76f04f36f5828ed8606d1aa7a316c
parent5eb2a72bac35e8eddc36d4a614b3fb976457bfbc
drm/amd/display: Fix kdoc formatting in dcn42_hwseq.c

Kernel-doc requires all lines within a documentation
comment to start with " *". The previous empty line
caused a "bad line" warning during build.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Mario Limonciello <superm1@kernel.org>
Cc: Alex Hung <alex.hung@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: ChiaHsuan Chung <chiahsuan.chung@amd.com>
Cc: Roman Li <roman.li@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c