]> www.infradead.org Git - users/willy/linux.git/commit
drm/dp: Fix documentation warning
authorMarileneGarcia <marilene.agarcia@gmail.com>
Sun, 19 May 2024 03:10:27 +0000 (00:10 -0300)
committerDouglas Anderson <dianders@chromium.org>
Tue, 28 May 2024 16:16:09 +0000 (09:16 -0700)
commitc7ce956bb6d0f32ab921b6ffba1a6a834df96f21
tree34ed503f8c7dcd9aee10b9fe7f17cedd028e1802
parent62545c719e26ec9f62efab7e9582deb73265b6d0
drm/dp: Fix documentation warning

It fixes the following warnings when
the kernel documentation is generated:

./include/drm/display/drm_dp_helper.h:126:
warning: Function parameter or struct member
'mode' not described in 'drm_dp_as_sdp'

./include/drm/display/drm_dp_helper.h:126:
warning: Excess struct member 'operation_mode'
description in 'drm_dp_as_sdp'

Signed-off-by: MarileneGarcia <marilene.agarcia@gmail.com>
Fixes: 0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20240405141640.09b0bdbf@canb.auug.org.au
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240519031027.433751-1-marilene.agarcia@gmail.com
include/drm/display/drm_dp_helper.h