[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_NixUWpRxD0YzxxDSC6FCTr9HsF_bDxMrh=KeaFyWMJhw@mail.gmail.com>
Date: Mon, 25 Apr 2022 13:07:58 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel test robot <lkp@...el.com>,
David Airlie <airlied@...ux.ie>, Robin Chen <po-tchen@....com>,
Rodrigo Siqueira <Rodrigo.Siqueira@....com>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>,
Leo Li <sunpeng.li@....com>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>,
Alex Deucher <alexander.deucher@....com>,
Anthony Koo <Anthony.Koo@....com>
Subject: Re: [PATCH] drm/amd/display: fix non-kernel-doc comment warnings
On Fri, Apr 22, 2022 at 9:29 PM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Fix kernel-doc warnings for a comment that should not use
> kernel-doc notation:
>
> dmub_psr.c:235: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * Set PSR power optimization flags.
> dmub_psr.c:235: warning: missing initial short description on line:
> * Set PSR power optimization flags.
>
> Fixes: e5dfcd272722 ("drm/amd/display: dc_link_set_psr_allow_active refactoring")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Reported-by: kernel test robot <lkp@...el.com>
> Cc: Robin Chen <po-tchen@....com>
> Cc: Alex Deucher <alexander.deucher@....com>
> Cc: Anthony Koo <Anthony.Koo@....com>
> Cc: amd-gfx@...ts.freedesktop.org
> Cc: dri-devel@...ts.freedesktop.org
> Cc: David Airlie <airlied@...ux.ie>
> Cc: Daniel Vetter <daniel@...ll.ch>
> Cc: Harry Wentland <harry.wentland@....com>
> Cc: Leo Li <sunpeng.li@....com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@....com>
Applied. Thanks!
> ---
> drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c
> +++ b/drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c
> @@ -231,7 +231,7 @@ static void dmub_psr_set_level(struct dm
> dc_dmub_srv_wait_idle(dc->dmub_srv);
> }
>
> -/**
> +/*
> * Set PSR power optimization flags.
> */
> static void dmub_psr_set_power_opt(struct dmub_psr *dmub, unsigned int power_opt, uint8_t panel_inst)
Powered by blists - more mailing lists