summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Qiong <liqiong@nfschina.com>2025-03-14 18:16:39 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-11 16:08:33 +0200
commit015c0e63eb7cf9cd1a203ef99177cc66112d94a8 (patch)
tree7a7841cea034633b9048947683e7e76327e37e70
parentb9e4b954542449f36e12263732fcea1740596166 (diff)
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>
-rw-r--r--drivers/usb/gadget/udc/udc-xilinx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/udc/udc-xilinx.c b/drivers/usb/gadget/udc/udc-xilinx.c
index ae2aeb271897..fa94cc065274 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)
{