Re: [PATCH] media: staging: atomisp: Remove unnecessary return statement in void function
From: Andy Shevchenko
Date: Mon Mar 09 2026 - 07:35:32 EST
On Thu, Mar 05, 2026 at 02:45:27PM +0100, Tomasz Unger wrote:
> Remove redundant 'return;' at the end of void function
> ia_css_dvs_statistics_get(). Void functions do not need an explicit
> return statement at the end. No other occurrences in this file.
>
> Found with checkpatch.pl --strict.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
> ---
> Changes since v1:
You forgot to update the version. Use `git format-patch -v<N> ...` to get it
automatically (where <N> is version number).
--
With Best Regards,
Andy Shevchenko