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 515CBC74A5B for ; Fri, 17 Mar 2023 20:37:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230210AbjCQUhL (ORCPT ); Fri, 17 Mar 2023 16:37:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230135AbjCQUhI (ORCPT ); Fri, 17 Mar 2023 16:37:08 -0400 Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B419F3CE0F for ; Fri, 17 Mar 2023 13:37:06 -0700 (PDT) Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-17ab3a48158so7013720fac.1 for ; Fri, 17 Mar 2023 13:37:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679085426; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=6jAUWAsjb8Uz9ILX5OTMCjxKt4ND3D5QTEdP5IH68S0=; b=TiFHavIAdWdcSvK9iIqL+2o1p8PY1IDvNXIL8UvpnvHsK7salo86fcsvl9Z7kunJi3 pEZQJxvWTWS52NbdvhLQ9oaCiBj2imzBRV7boWIqHKX/w03x4n63Ba1xzh7Te9L8CMs0 lNQyaDnZuB5vd7TKK8ek0xQ1GVFiTsI7yQ4mSp+IslnEQFlWL+X00D7MPUXTli1cLvHA FEPX2f+r9t+nbmnXWppRKpMLxD++C7KQsupkLHhwyZ2OXGduh80FnPL90ku3KHLXWb6V acaq2LYPBRC8mw2smjLsbGdrvu5uuk8eEm7PHaq0nsTwMZ7dfzwH02uXglNaRoIA4fzD IEdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679085426; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6jAUWAsjb8Uz9ILX5OTMCjxKt4ND3D5QTEdP5IH68S0=; b=10ElQlvmaVX2WgMSrhjtseMhW6wa9SY0asaE3O+OL7BwG9XaIZ+XEi4X8J9Wxa4BVk hc2zYBNWKWIfjiwqwuD7+URa8bXXPKUeRXS72WjAYhLOUwEZa5hUfskuyBZCM3ugSwiW XefDjAf5mlIHNIFjOPUrU0cxjzT9WQ1V93DkaeVO69vKeGyA5bznmYF1FGqLfKOGiF68 Cmy7PDLqFV2a31soC6N96DztYIeR9OPoJiwU+DLbGz5WW/32jtS+UAWfcYy0RzBUona/ +/yulH+zyp404WxRUSqz0uHDzf47YrLZf8MJI66zsEvcwPKvOQ7+wmyr51bSLY4nC09w e8kg== X-Gm-Message-State: AO0yUKUfuAOaGO4UWvE5uUf6yrFT+PKGQnllWSTu1BqeHBR9HizNl9IB itgxvZT/HwspGUA1WwUi5YuI5RZuHaJ0dq7SUjzKDFGHoU0= X-Google-Smtp-Source: AK7set/VHvZw9ZF9BqferHz805M92pxF66D7DmlLkppGdaj2ODMrC5qXi3V3vS2RQjpMpih15u0OFc0xUXQgMP3Kyz0= X-Received: by 2002:a05:6871:8a90:b0:177:a0de:992 with SMTP id tm16-20020a0568718a9000b00177a0de0992mr347691oab.3.1679085426100; Fri, 17 Mar 2023 13:37:06 -0700 (PDT) MIME-Version: 1.0 References: <20230317081718.2650744-1-lee@kernel.org> <20230317081718.2650744-29-lee@kernel.org> In-Reply-To: <20230317081718.2650744-29-lee@kernel.org> From: Alex Deucher Date: Fri, 17 Mar 2023 16:36:54 -0400 Message-ID: Subject: Re: [PATCH 28/37] drm/amd/display/dc/core/dc_stat: Convert a couple of doc headers to kerneldoc format To: Lee Jones , "Wentland, Harry" Cc: dri-devel@lists.freedesktop.org, Leo Li , "Pan, Xinhui" , Rodrigo Siqueira , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Nicholas Kazlauskas , Jasdeep Dhillon , Alex Deucher , =?UTF-8?Q?Christian_K=C3=B6nig?= , Mustapha Ghaddar Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 17, 2023 at 4:23=E2=80=AFAM Lee Jones wrote: > > Fixes the following W=3D1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:38: warning: Can= not understand ***********************************************************= ****************** > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:76: warning: Can= not understand ***********************************************************= ****************** > > Cc: Harry Wentland > Cc: Leo Li > Cc: Rodrigo Siqueira > Cc: Alex Deucher > Cc: "Christian K=C3=B6nig" > Cc: "Pan, Xinhui" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mustapha Ghaddar > Cc: Nicholas Kazlauskas > Cc: Jasdeep Dhillon > Cc: amd-gfx@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/amd/display/dc/core/dc_stat.c | 28 +++++++------------ > 1 file changed, 10 insertions(+), 18 deletions(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stat.c b/drivers/gpu/= drm/amd/display/dc/core/dc_stat.c > index 6c06587dd88c2..5f6392ae31a66 100644 > --- a/drivers/gpu/drm/amd/display/dc/core/dc_stat.c > +++ b/drivers/gpu/drm/amd/display/dc/core/dc_stat.c > @@ -35,19 +35,15 @@ > */ > > /** This looks like it follows some other documentation scheme. Would probably be better to just remove the extra * and make it not kernel doc. @Wentland, Harry @Siqueira, Rodrigo ? Alex > - ***********************************************************************= ****** > - * Function: dc_stat_get_dmub_notification > + * dc_stat_get_dmub_notification > * > - * @brief > - * Calls dmub layer to retrieve dmub notification > + * Calls dmub layer to retrieve dmub notification > * > - * @param > - * [in] dc: dc structure > - * [in] notify: dmub notification structure > + * @dc: dc structure > + * @notify: dmub notification structure > * > - * @return > + * Returns > * None > - ***********************************************************************= ****** > */ > void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_noti= fication *notify) > { > @@ -73,19 +69,15 @@ void dc_stat_get_dmub_notification(const struct dc *d= c, struct dmub_notification > } > > /** > - ***********************************************************************= ****** > - * Function: dc_stat_get_dmub_dataout > + * dc_stat_get_dmub_dataout > * > - * @brief > - * Calls dmub layer to retrieve dmub gpint dataout > + * Calls dmub layer to retrieve dmub gpint dataout > * > - * @param > - * [in] dc: dc structure > - * [in] dataout: dmub gpint dataout > + * @dc: dc structure > + * @dataout: dmub gpint dataout > * > - * @return > + * Returns > * None > - ***********************************************************************= ****** > */ > void dc_stat_get_dmub_dataout(const struct dc *dc, uint32_t *dataout) > { > -- > 2.40.0.rc1.284.g88254d51c5-goog >