Skip to content

Commit 4b653e8

Browse files
andy-shevgregkh
authored andcommitted
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: 3e679bd ("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>
1 parent 01be965 commit 4b653e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/fotg210/fotg210-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static int fotg210_gemini_init(struct fotg210 *fotg, struct resource *res,
9595

9696
/**
9797
* fotg210_vbus() - Called by gadget driver to enable/disable VBUS
98+
* @fotg: pointer to a private fotg210 object
9899
* @enable: true to enable VBUS, false to disable VBUS
99100
*/
100101
void fotg210_vbus(struct fotg210 *fotg, bool enable)

0 commit comments

Comments
 (0)