Commit 044fcf73 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Hans Verkuil
Browse files

media: staging: media: starfive: camss: Drop obsolete return value documentation



Recently the function stfcamss_remove() was changed to not return a
value. Drop the documentation of the return value in the kernel doc.

Fixes: b1f3677a ("media: staging: media: starfive: camss: Convert to platform remove callback returning void")
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent c80bfa4f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -358,8 +358,6 @@ static int stfcamss_probe(struct platform_device *pdev)
/*
 * stfcamss_remove - Remove STFCAMSS platform device
 * @pdev: Pointer to STFCAMSS platform device
 *
 * Always returns 0.
 */
static void stfcamss_remove(struct platform_device *pdev)
{