Re: [PATCH 0/2] Parenthesis fix and temp vars

2018-11-30 Thread Greg Kroah-Hartman
On Tue, Nov 27, 2018 at 12:19:07AM +0100, Cristian Sicilia wrote: > In the first patch there is a fix of some parenthesis that terminate > on end of line and some parameters that are not aligned with > previous parenthesis. > > The second patch is a proposal that avoid the long line refactoring >

[PATCH 0/2] Parenthesis fix and temp vars

2018-11-26 Thread Cristian Sicilia
In the first patch there is a fix of some parenthesis that terminate on end of line and some parameters that are not aligned with previous parenthesis. The second patch is a proposal that avoid the long line refactoring code and using a temporary parameter that will be passed to the function on ne