thunderbolt: Fix some kernel-doc comments
authorYang Li <yang.lee@linux.alibaba.com>
Thu, 26 May 2022 13:01:54 +0000 (21:01 +0800)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 6 Jun 2022 09:28:56 +0000 (12:28 +0300)
commite173b7d46c0413f004450bfc48f45bfc0f0f2fc2
treec5f8e16aba22685ad368243471d102f332a10158
parent3084b48fa13931400f316e2b9ffdd98b8ba6600e
thunderbolt: Fix some kernel-doc comments

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@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/ctl.c