[PATCH 0/2] Split line, fix eol parenthesis and fix functions

From: Cristian Sicilia
Date: Fri Nov 16 2018 - 18:46:36 EST


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