Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lee Jones and committed by
Alex Deucher
88d2140f d5a4ee0e

+4 -9
+4 -9
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c
··· 409 409 } 410 410 411 411 /** 412 - ***************************************************************************** 413 - * Function: mod_build_hf_vsif_infopacket 412 + * mod_build_hf_vsif_infopacket - Prepare HDMI Vendor Specific info frame. 413 + * Follows HDMI Spec to build up Vendor Specific info frame 414 414 * 415 - * @brief 416 - * Prepare HDMI Vendor Specific info frame. 417 - * Follows HDMI Spec to build up Vendor Specific info frame 418 - * 419 - * @param [in] stream: contains data we may need to construct VSIF (i.e. timing_3d_format, etc.) 420 - * @param [out] info_packet: output structure where to store VSIF 421 - ***************************************************************************** 415 + * @stream: contains data we may need to construct VSIF (i.e. timing_3d_format, etc.) 416 + * @info_packet: output structure where to store VSIF 422 417 */ 423 418 void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream, 424 419 struct dc_info_packet *info_packet)