Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0B01C6FD1D for ; Mon, 20 Mar 2023 08:23:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230365AbjCTIXR (ORCPT ); Mon, 20 Mar 2023 04:23:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230034AbjCTIXO (ORCPT ); Mon, 20 Mar 2023 04:23:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A07411C7E7 for ; Mon, 20 Mar 2023 01:23:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 42184B80D7D for ; Mon, 20 Mar 2023 08:23:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44C90C433EF; Mon, 20 Mar 2023 08:23:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679300589; bh=yabM2Apro8qj1FFGuBwMuZQLTe9feWHYNh167tSAo/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FQz4d/CjYV65d+oc0RsBzPvJVmoNHKT1JzJDzHNRDyExrY6Ouospb5UWeHqL/aFha ExoNGowakQFwy2IJw0U7OnzVMktBFIk47fG92XQoUMc8uL2mNU1szyD5uL3BssQ9Yi RRG/qMo5Z+vwNSmkFmbs0/Z54yG0iRBtIYelvjSnKj1D7IyPJNA5rnlz+LbC2/juX1 2a9jITzl6/We/jMTTQbbEkRdlEt7yBBiUm+1U9AzRe9LiwCA9IIC/y6O2pOYYvJeq+ 62d7Cr5NDhx3a4wU0xtO+2kN0Yev4eDeChwTLi45TG+mxxP5lSj0Jt3ajoDuaecvc6 6lH+DTL+yYGbw== Date: Mon, 20 Mar 2023 08:23:03 +0000 From: Lee Jones To: Alex Deucher Cc: dri-devel@lists.freedesktop.org, Leo Li , David Airlie , "Pan, Xinhui" , Rodrigo Siqueira , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Wenjing Liu , Daniel Vetter , Alex Deucher , Harry Wentland , Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH 36/37] drm/amd/display/dc/link/link_detection: Demote a couple of kerneldoc abuses Message-ID: <20230320082303.GL9667@google.com> References: <20230317081718.2650744-1-lee@kernel.org> <20230317081718.2650744-37-lee@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Mar 2023, Alex Deucher wrote: > Applied. Thanks! > > Alex Awesome as ever Alex. Thank you. > On Fri, Mar 17, 2023 at 4:24 AM Lee Jones wrote: > > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_detection.c:877: warning: Function parameter or member 'link' not described in 'detect_link_and_local_sink' > > drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_detection.c:877: warning: Function parameter or member 'reason' not described in 'detect_link_and_local_sink' > > drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_detection.c:1232: warning: Function parameter or member 'link' not described in 'dc_link_detect_connection_type' > > > > Cc: Harry Wentland > > Cc: Leo Li > > Cc: Rodrigo Siqueira > > Cc: Alex Deucher > > Cc: "Christian König" > > Cc: "Pan, Xinhui" > > Cc: David Airlie > > Cc: Daniel Vetter > > Cc: Lee Jones > > Cc: Wenjing Liu > > Cc: amd-gfx@lists.freedesktop.org > > Cc: dri-devel@lists.freedesktop.org > > Signed-off-by: Lee Jones > > --- > > drivers/gpu/drm/amd/display/dc/link/link_detection.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/amd/display/dc/link/link_detection.c b/drivers/gpu/drm/amd/display/dc/link/link_detection.c > > index 9a4cfa777622e..67addedd89563 100644 > > --- a/drivers/gpu/drm/amd/display/dc/link/link_detection.c > > +++ b/drivers/gpu/drm/amd/display/dc/link/link_detection.c > > @@ -832,7 +832,7 @@ static void verify_link_capability(struct dc_link *link, struct dc_sink *sink, > > verify_link_capability_non_destructive(link); > > } > > > > -/** > > +/* > > * detect_link_and_local_sink() - Detect if a sink is attached to a given link > > * > > * link->local_sink is created or destroyed as needed. > > @@ -1185,7 +1185,7 @@ static bool detect_link_and_local_sink(struct dc_link *link, > > return true; > > } > > > > -/** > > +/* > > * link_detect_connection_type() - Determine if there is a sink connected > > * > > * @type: Returned connection type > > -- > > 2.40.0.rc1.284.g88254d51c5-goog > > -- Lee Jones [李琼斯]