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 <[email protected]> Cc: Mario Limonciello <[email protected]> Cc: Alex Hung <[email protected]> Cc: Aurabindo Pillai <[email protected]> Cc: ChiaHsuan Chung <[email protected]> Cc: Roman Li <[email protected]> Signed-off-by: Srinivasan Shanmugam <[email protected]> --- drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c b/drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c index c9c6ef8236ed..0d9871f9864b 100644 --- a/drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c +++ b/drivers/gpu/drm/amd/display/dc/hwss/dcn42/dcn42_hwseq.c @@ -1294,7 +1294,7 @@ void dcn42_calc_blocks_to_ungate(struct dc *dc, struct dc_state *context, * ONO Region 9, DCPG 2: dchubp2, dpp2 * ONO Region 11, DCPG 3: dchubp3, dpp3 * ONO Region 4, DCPG 25: hpo - + * * No sequential power up/down ordering for DCN42 * * @dc: Current DC state -- 2.34.1
