Re: [PATCH] clk: nomadik: correct struct name kernel-doc warning

From: Stephen Boyd
Date: Fri Dec 09 2022 - 13:26:30 EST


Quoting Randy Dunlap (2022-12-08 16:20:16)
> Use the correct struct name for the kernel-doc notation to prevent
> a kernel-doc warning:
>
> clk-nomadik.c:148: warning: expecting prototype for struct clk_pll1. Prototype was for struct clk_pll instead
>
> Fixes: ef6eb322ce57 ("clk: nomadik: implement the Nomadik clocks properly")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: Michael Turquette <mturquette@xxxxxxxxxxxx>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> Cc: linux-clk@xxxxxxxxxxxxxxx
> ---

Applied to clk-next