From: Chris Wilson Date: Sat, 16 May 2020 21:23:29 +0000 (+0100) Subject: drm: Describe dp_rev for drm_dp_set_phy_test_pattern X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=af69bf55822f30eb768f0e9170b9c35dd46907c4;p=linux.git drm: Describe dp_rev for drm_dp_set_phy_test_pattern drivers/gpu/drm/drm_dp_helper.c:1598: warning: Function parameter or member 'dp_rev' not described in 'drm_dp_set_phy_test_pattern' Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200516212330.13633-3-chris@chris-wilson.co.uk --- diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c index 28e59d1ffa93d..2510f7991dcf1 100644 --- a/drivers/gpu/drm/drm_dp_helper.c +++ b/drivers/gpu/drm/drm_dp_helper.c @@ -1588,6 +1588,7 @@ EXPORT_SYMBOL(drm_dp_get_phy_test_pattern); * drm_dp_set_phy_test_pattern() - set the pattern to the sink. * @aux: DisplayPort AUX channel * @data: DP phy compliance test parameters. + * @dp_rev: DP revision to use for compliance testing * * Returns 0 on success or a negative error code on failure. */