[PATCH 0/2] Parenthesis fix and temp vars

From: Cristian Sicilia
Date: Mon Nov 26 2018 - 18:19:40 EST


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 next line.

Cristian Sicilia (2):
staging: emxx_udc: Align parameter with parenthesis
staging: emxx_udc: Added a temporary variable with address.

drivers/staging/emxx_udc/emxx_udc.c | 288 +++++++++++++++---------------------
1 file changed, 117 insertions(+), 171 deletions(-)

--
2.7.4