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>
This commit is contained in:
Li Qiong 2025-03-14 18:16:39 +08:00 committed by Greg Kroah-Hartman
parent b9e4b95454
commit 015c0e63eb

View File

@ -2178,8 +2178,6 @@ static int xudc_probe(struct platform_device *pdev)
/**
* 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)
{