Skip to content

Commit 4e680c1

Browse files
author
Desnes Nunes
committed
usb: cdns3: Remove the invalid comment
JIRA: https://issues.redhat.com/browse/RHEL-116016 commit b9e4b95 Author: Li Qiong <liqiong@nfschina.com> Date: Fri, 14 Mar 2025 18:16:38 +0800 The function don't return value, remove the invalid comment. Signed-off-by: Li Qiong <liqiong@nfschina.com> Acked-by: Peter Chen <peter.chen@kernel.org> Link: https://lore.kernel.org/r/20250314101639.424013-1-liqiong@nfschina.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Desnes Nunes <desnesn@redhat.com>
1 parent 373caf0 commit 4e680c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/usb/cdns3/cdns3-plat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ static int cdns3_plat_probe(struct platform_device *pdev)
179179
/**
180180
* cdns3_plat_remove() - unbind drd driver and clean up
181181
* @pdev: Pointer to Linux platform device
182-
*
183-
* Returns 0 on success otherwise negative errno
184182
*/
185183
static void cdns3_plat_remove(struct platform_device *pdev)
186184
{

0 commit comments

Comments
 (0)