Re: [PATCH -next] thunderbolt: Fix some kernel-doc comments

From: Mika Westerberg
Date: Mon Jun 06 2022 - 05:31:07 EST


On Thu, May 26, 2022 at 09:01:54PM +0800, Yang Li wrote:
> Remove some warnings found by running scripts/kernel-doc,
> which is caused by using 'make W=1'.
>
> drivers/thunderbolt/ctl.c:701: warning: expecting prototype for
> tb_cfg_start(). Prototype was for tb_ctl_start() instead
> drivers/thunderbolt/ctl.c:722: warning: expecting prototype for
> tb_ctrl_stop(). Prototype was for tb_ctl_stop() instead
> drivers/thunderbolt/ctl.c:930: warning: expecting prototype for
> tb_cfg_write(). Prototype was for tb_cfg_write_raw() instead
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>

Applied to thunderbolt.git/next, thanks!