linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Split line, fix eol parenthesis and fix functions
@ 2018-11-16 23:46 Cristian Sicilia
  2018-11-16 23:46 ` [PATCH 1/2] staging: emxx_udc: Split line and fix eol parenthesis Cristian Sicilia
  2018-11-16 23:46 ` [PATCH 2/2] staging: emxx_udc: Fixing function naming Cristian Sicilia
  0 siblings, 2 replies; 4+ messages in thread
From: Cristian Sicilia @ 2018-11-16 23:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Carmeli Tamir, Cristian Sicilia,
	Christopher Diaz Riveros, Arkadiusz Lis, Nathan Chancellor
  Cc: devel, linux-kernel

Patch 1: therea are some trying to split the line, but not shure about
         the result, like

1)
reg_data = _nbu2ss_readl((u32 *)IO_ADDRESS(USB_BASE_ADDRESS +
                                           i));

2) 
regdata = _nbu2ss_readl(&preg->EP_REGS[ep->epnum -
                                       1].EP_STATUS);
 

The second patch try to fix the function, removing the parenthesis at
end of line, and add new line only if needed (over 80 chars)

Cristian Sicilia (2):
  staging: emxx_udc: Split line and fix eol parenthesis
  staging: emxx_udc: Fixing function naming

 drivers/staging/emxx_udc/emxx_udc.c | 285 ++++++++++++++----------------------
 1 file changed, 106 insertions(+), 179 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-11-17 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 23:46 [PATCH 0/2] Split line, fix eol parenthesis and fix functions Cristian Sicilia
2018-11-16 23:46 ` [PATCH 1/2] staging: emxx_udc: Split line and fix eol parenthesis Cristian Sicilia
2018-11-17 18:07   ` Joe Perches
2018-11-16 23:46 ` [PATCH 2/2] staging: emxx_udc: Fixing function naming Cristian Sicilia

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).