From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FD8FC43331 for ; Mon, 30 Mar 2020 19:05:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0E9E22072E for ; Mon, 30 Mar 2020 19:05:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0E9E22072E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EBFBE6E1F1; Mon, 30 Mar 2020 19:05:07 +0000 (UTC) Received: from asavdk3.altibox.net (asavdk3.altibox.net [109.247.116.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8D95D6E1F1 for ; Mon, 30 Mar 2020 19:05:06 +0000 (UTC) Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk3.altibox.net (Postfix) with ESMTPS id 6359520039; Mon, 30 Mar 2020 21:05:03 +0200 (CEST) Date: Mon, 30 Mar 2020 21:05:02 +0200 From: Sam Ravnborg To: Lyude Paul Subject: Re: [PATCH v1 5/6] drm/dp_mst: add kernel-doc for drm_dp_mst_port.fec_capable Message-ID: <20200330190501.GD7594@ravnborg.org> References: <20200328132025.19910-1-sam@ravnborg.org> <20200328132025.19910-6-sam@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=eMA9ckh1 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=7gkXJVJtAAAA:8 a=zd2uoN0lAAAA:8 a=20KFwNOVAAAA:8 a=QyXUC8HyAAAA:8 a=VwQbUJbxAAAA:8 a=8PAXpj6NHXDAEfU6hg0A:9 a=CjuIK1q_8ugA:10 a=E9Po1WZjFZOl8hwRPBS3:22 a=AjGcO6oz07-iQ99wixmX:22 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , David Airlie , Liviu Dudau , dri-devel@lists.freedesktop.org, Andrzej Hajda , Nirmoy Das , Laurent Pinchart , Mihail Atanassov , Emil Velikov , David Francis , James Qian Wang , Jonas Karlman , Mikita Lipski , Jernej Skrabec , Andrzej Pietrasiewicz , Boris Brezillon , Thomas Zimmermann , Alex Deucher Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Lyude. On Mon, Mar 30, 2020 at 11:01:12AM -0400, Lyude Paul wrote: > 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 > > Cc: David Francis > > Cc: Lyude Paul > > Cc: Harry Wentland > > Cc: Mikita Lipski > > Cc: Alex Deucher > > Cc: Maarten Lankhorst > > Cc: Maxime Ripard > > Cc: Thomas Zimmermann > > Cc: David Airlie > > Cc: Daniel Vetter > > --- > > 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 Thanks for fixing and applying! Can you also take a look at PATCH 1/6 and if OK provide your s-o-b that should follow the Co-developed-by: ... I know the text has seen a few changes but the original source came from you. Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel