Applied. Thanks! Alex
On Fri, Mar 17, 2023 at 4:23 AM Lee Jones <[email protected]> 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 <[email protected]> > Cc: Leo Li <[email protected]> > Cc: Rodrigo Siqueira <[email protected]> > Cc: Alex Deucher <[email protected]> > Cc: "Christian König" <[email protected]> > Cc: "Pan, Xinhui" <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> > --- > .../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 >
