Re: [PATCH] clk: imx: pllv1: fix kernel-doc notation for struct clk_pllv1

From: Stephen Boyd
Date: Thu Dec 02 2021 - 20:27:40 EST


Quoting Randy Dunlap (2021-11-14 19:26:07)
> Convert struct clk_pllv1 comments to kernel-doc notation and move them
> below the MFN_* macros.
>
> Fixes this kernel-doc warning:
>
> drivers/clk/imx/clk-pllv1.c:12: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * pll v1
>
> Fixes: 2af9e6db14db ("ARM i.MX: Add common clock support for pllv1")
> Fixes: a594790368a8 ("ARM: imx: pllv1: Fix PLL calculation for i.MX27")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Cc: Abel Vesa <abel.vesa@xxxxxxx>
> Cc: linux-clk@xxxxxxxxxxxxxxx
> Cc: linux-imx@xxxxxxx
> Cc: Alexander Shiyan <shc_work@xxxxxxx>
> Cc: Shawn Guo <shawn.guo@xxxxxxxxxx>
> Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> ---

Applied to clk-next