From: Li Qiong Date: Fri, 14 Mar 2025 10:16:39 +0000 (+0800) Subject: usb: gadget: udc-xilinx: Remove the invalid comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=015c0e63eb7cf9cd1a203ef99177cc66112d94a8;p=users%2Fjedix%2Flinux-maple.git usb: gadget: udc-xilinx: Remove the invalid comment The function don't return value, remove the invalid comment. Signed-off-by: Li Qiong Link: https://lore.kernel.org/r/20250314101639.424013-2-liqiong@nfschina.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/udc/udc-xilinx.c b/drivers/usb/gadget/udc/udc-xilinx.c index ae2aeb2718977..fa94cc0652742 100644 --- a/drivers/usb/gadget/udc/udc-xilinx.c +++ b/drivers/usb/gadget/udc/udc-xilinx.c @@ -2178,8 +2178,6 @@ fail: /** * xudc_remove - Releases the resources allocated during the initialization. * @pdev: pointer to the platform device structure. - * - * Return: 0 always */ static void xudc_remove(struct platform_device *pdev) {