Commit 88d2140f authored by Lee Jones's avatar Lee Jones Committed by Alex Deucher
Browse files

drm/amd/display/modules/info_packet/info_packet: Correct kernel-doc formatting



Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/../display/modules/info_packet/info_packet.c:412: warning: Cannot understand  *****************************************************************************

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d5a4ee0e
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -409,16 +409,11 @@ void mod_build_vsc_infopacket(const struct dc_stream_state *stream,
}

/**
 *****************************************************************************
 *  Function: mod_build_hf_vsif_infopacket
 *
 *  @brief
 *     Prepare HDMI Vendor Specific info frame.
 *  mod_build_hf_vsif_infopacket - Prepare HDMI Vendor Specific info frame.
 *                                 Follows HDMI Spec to build up Vendor Specific info frame
 *
 *  @param [in] stream: contains data we may need to construct VSIF (i.e. timing_3d_format, etc.)
 *  @param [out] info_packet:   output structure where to store VSIF
 *****************************************************************************
 *  @stream:      contains data we may need to construct VSIF (i.e. timing_3d_format, etc.)
 *  @info_packet: output structure where to store VSIF
 */
void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream,
		struct dc_info_packet *info_packet)