Applied. Thanks! Alex
On Fri, Mar 17, 2023 at 4:23 AM Lee Jones <l...@kernel.org> wrote: > > Fixes the following W=1 kernel build warning(s): > > > drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_capability.c:2190: > warning: Function parameter or member 'link' not described in > 'dc_link_is_dp_sink_present' > > Cc: Harry Wentland <harry.wentl...@amd.com> > Cc: Leo Li <sunpeng...@amd.com> > Cc: Rodrigo Siqueira <rodrigo.sique...@amd.com> > Cc: Alex Deucher <alexander.deuc...@amd.com> > Cc: "Christian König" <christian.koe...@amd.com> > Cc: "Pan, Xinhui" <xinhui....@amd.com> > Cc: David Airlie <airl...@gmail.com> > Cc: Daniel Vetter <dan...@ffwll.ch> > Cc: amd-gfx@lists.freedesktop.org > Cc: dri-de...@lists.freedesktop.org > Signed-off-by: Lee Jones <l...@kernel.org> > --- > .../gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c > b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c > index 51427f5081642..2a2443535b676 100644 > --- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c > +++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c > @@ -2177,7 +2177,7 @@ bool dp_verify_link_cap_with_retries( > return success; > } > > -/** > +/* > * Check if there is a native DP or passive DP-HDMI dongle connected > */ > bool dp_is_sink_present(struct dc_link *link) > -- > 2.40.0.rc1.284.g88254d51c5-goog >