linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Parenthesis fix and temp vars
@ 2018-11-26 23:19 Cristian Sicilia
  2018-11-26 23:19 ` [PATCH 1/2] staging: emxx_udc: Align parameter with parenthesis Cristian Sicilia
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cristian Sicilia @ 2018-11-26 23:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Carmeli Tamir, Christopher Diaz Riveros,
	Dan Carpenter, Arkadiusz Lis, Nathan Chancellor
  Cc: Cristian Sicilia, devel, linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-12-05  8:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 23:19 [PATCH 0/2] Parenthesis fix and temp vars Cristian Sicilia
2018-11-26 23:19 ` [PATCH 1/2] staging: emxx_udc: Align parameter with parenthesis Cristian Sicilia
2018-11-26 23:19 ` [PATCH 2/2] staging: emxx_udc: Added a temporary variable with address Cristian Sicilia
2018-11-27  1:44   ` Dan Carpenter
2018-11-27 20:57   ` [PATCH 0/2] Parenthesis fix Cristian Sicilia
2018-11-27 20:57     ` [PATCH 1/2] staging: emxx_udc: Align parameter with parenthesis Cristian Sicilia
2018-12-05  8:44       ` Greg Kroah-Hartman
2018-11-27 20:57     ` [PATCH 2/2] staging: emxx_udc: Remove cast and move all in one line Cristian Sicilia
2018-11-30 11:21 ` [PATCH 0/2] Parenthesis fix and temp vars Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).