[PATCH v1 5/6] drm/dp_mst: add kernel-doc for drm_dp_mst_port.fec_capable
Lyude Paul
lyude at redhat.com
Mon Mar 30 15:01:12 UTC 2020
On Sat, 2020-03-28 at 14:20 +0100, Sam Ravnborg wrote:
> Fix kernel-doc warnings for drm_dp_mst_port.fec_capable.
> This fixed the following warning:
> drm_dp_mst_helper.h:162: warning: Function parameter or member 'fec_capable'
> not described in 'drm_dp_mst_port'
>
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> Cc: David Francis <David.Francis at amd.com>
> Cc: Lyude Paul <lyude at redhat.com>
> Cc: Harry Wentland <harry.wentland at amd.com>
> Cc: Mikita Lipski <mikita.lipski at amd.com>
> Cc: Alex Deucher <alexander.deucher at amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Maxime Ripard <mripard at kernel.org>
> Cc: Thomas Zimmermann <tzimmermann at suse.de>
> Cc: David Airlie <airlied at linux.ie>
> Cc: Daniel Vetter <daniel at ffwll.ch>
> ---
> include/drm/drm_dp_mst_helper.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/drm/drm_dp_mst_helper.h
> b/include/drm/drm_dp_mst_helper.h
> index bf5e65d2303e..d93e628ebc84 100644
> --- a/include/drm/drm_dp_mst_helper.h
> +++ b/include/drm/drm_dp_mst_helper.h
> @@ -157,6 +157,10 @@ struct drm_dp_mst_port {
> */
> bool has_audio;
>
> + /**
> + * @fec_capable: bool indicating if FEC can be supported
> + * up to that point in the MST network.
s/network/topology, but I can just fix that locally and push this in just a
moment. Thanks!
Reviewed-by: Lyude Paul <lyude at redhat.com>
> + */
> bool fec_capable;
> };
>
--
Cheers,
Lyude Paul (she/her)
Associate Software Engineer at Red Hat
More information about the dri-devel
mailing list