media: staging: media: starfive: camss: Drop obsolete return value documentation
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 24 Apr 2024 14:02:48 +0000 (16:02 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 14 Aug 2024 08:05:31 +0000 (10:05 +0200)
Recently the function stfcamss_remove() was changed to not return a
value. Drop the documentation of the return value in the kernel doc.

Fixes: b1f3677aebe5 ("media: staging: media: starfive: camss: Convert to platform remove callback returning void")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/starfive/camss/stf-camss.c

index fecd3e67c7a1d58d94dfdf7d7a364d56f1c9a282..b6d34145bc191e8f2e39713553c28ce0c6ca2d9f 100644 (file)
@@ -358,8 +358,6 @@ err_cleanup_notifier:
 /*
  * stfcamss_remove - Remove STFCAMSS platform device
  * @pdev: Pointer to STFCAMSS platform device
- *
- * Always returns 0.
  */
 static void stfcamss_remove(struct platform_device *pdev)
 {