usb: fotg210: Add missing kernel doc description
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 May 2024 15:26:22 +0000 (18:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 May 2024 07:42:03 +0000 (08:42 +0100)
commit4b653e82ae18f2dc91c7132b54f5785c4d56bab4
treeff70f73039ad3b20e11cdb688223545c330f5493
parent01be965ce5ab028c15fa64bbfdd59aac87a374ca
usb: fotg210: Add missing kernel doc description

kernel-doc validator is not happy:

  warning: Function parameter or struct member 'fotg' not described in 'fotg210_vbus'

Add missing description.

Fixes: 3e679bde529e ("usb: fotg210-udc: Implement VBUS session")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240510152641.2421298-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/fotg210/fotg210-core.c