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]>
- [PATCH] Drop needless variable Michal Privoznik
- Re: [PATCH] Drop needless variable Erik Skultety
- Re: [PATCH] Drop needless variable Erik Skultety
- Re: [PATCH] Drop needless variable Pavel Hrdina
