Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: udc-xilinx: Remove the invalid comment

The function don't return value, remove the invalid comment.

Signed-off-by: Li Qiong <liqiong@nfschina.com>
Link: https://lore.kernel.org/r/20250314101639.424013-2-liqiong@nfschina.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Li Qiong and committed by
Greg Kroah-Hartman
015c0e63 b9e4b954

-2
-2
drivers/usb/gadget/udc/udc-xilinx.c
··· 2178 2178 /** 2179 2179 * xudc_remove - Releases the resources allocated during the initialization. 2180 2180 * @pdev: pointer to the platform device structure. 2181 - * 2182 - * Return: 0 always 2183 2181 */ 2184 2182 static void xudc_remove(struct platform_device *pdev) 2185 2183 {