diff options
| author | Li Qiong <liqiong@nfschina.com> | 2025-03-14 18:16:39 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-11 16:08:33 +0200 |
| commit | 015c0e63eb7cf9cd1a203ef99177cc66112d94a8 (patch) | |
| tree | 7a7841cea034633b9048947683e7e76327e37e70 /drivers/usb | |
| parent | usb: cdns3: Remove the invalid comment (diff) | |
| download | linux-015c0e63eb7cf9cd1a203ef99177cc66112d94a8.tar.gz linux-015c0e63eb7cf9cd1a203ef99177cc66112d94a8.zip | |
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>
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/gadget/udc/udc-xilinx.c | 2 |
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) { |
