Skip to content

Commit 27204b9

Browse files
mchehabdanvet
authored andcommitted
drm: drm_dsc.h: fix a kernel-doc markup
As warned by Sphinx: ./Documentation/gpu/drm-kms-helpers:305: ./include/drm/drm_dsc.h:587: WARNING: Unparseable C cross-reference: 'struct' Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6] struct ------^ The markup for one struct is wrong, as struct is used twice. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/3d467022325e15bba8dcb13da8fb730099303266.1601467849.git.mchehab+huawei@kernel.org
1 parent 112c352 commit 27204b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_dsc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ struct drm_dsc_picture_parameter_set {
588588
* This structure represents the DSC PPS infoframe required to send the Picture
589589
* Parameter Set metadata required before enabling VESA Display Stream
590590
* Compression. This is based on the DP Secondary Data Packet structure and
591-
* comprises of SDP Header as defined &struct struct dp_sdp_header in drm_dp_helper.h
591+
* comprises of SDP Header as defined &struct dp_sdp_header in drm_dp_helper.h
592592
* and PPS payload defined in &struct drm_dsc_picture_parameter_set.
593593
*
594594
* @pps_header: Header for PPS as per DP SDP header format of type

0 commit comments

Comments
 (0)