Skip to content

Commit 015c0e6

Browse files
Li Qionggregkh
authored andcommitted
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>
1 parent b9e4b95 commit 015c0e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/usb/gadget/udc/udc-xilinx.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,8 +2178,6 @@ static int xudc_probe(struct platform_device *pdev)
21782178
/**
21792179
* xudc_remove - Releases the resources allocated during the initialization.
21802180
* @pdev: pointer to the platform device structure.
2181-
*
2182-
* Return: 0 always
21832181
*/
21842182
static void xudc_remove(struct platform_device *pdev)
21852183
{

0 commit comments

Comments
 (0)