Re: [PATCH v2] Compress lines for immediate return

2020-05-04 Thread Laurent Vivier
Le 03/04/2020 à 14:53, Stefan Hajnoczi a écrit : > On Wed, Apr 01, 2020 at 10:23:14PM +0530, Simran Singhal wrote: >> Compress two lines into a single line if immediate return statement is found. >> >> It also remove variables progress, val, data, ret and sock >> as they are no longer needed. >> >>

Re: [PATCH v2] Compress lines for immediate return

2020-04-03 Thread Stefan Hajnoczi
On Wed, Apr 01, 2020 at 10:23:14PM +0530, Simran Singhal wrote: > Compress two lines into a single line if immediate return statement is found. > > It also remove variables progress, val, data, ret and sock > as they are no longer needed. > > Remove space between function "mixer_load" and '(' to

[PATCH v2] Compress lines for immediate return

2020-04-01 Thread Simran Singhal
Compress two lines into a single line if immediate return statement is found. It also remove variables progress, val, data, ret and sock as they are no longer needed. Remove space between function "mixer_load" and '(' to fix the checkpatch.pl error:- ERROR: space prohibited between function name