On Mon, May 04, 2020 at 05:13:08PM +0200, Michal Privoznik wrote:
> Instead of the following pattern:
> 
>   type ret;
>   ...
>   ret = func();
>   return ret;
> 
> we can use:
> 
>   return func()
> 
> directly.
> 
> Signed-off-by: Michal Privoznik <[email protected]>
> ---
Reviewed-by: Erik Skultety <[email protected]>

Reply via email to