[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1542411969-26570-1-git-send-email-sicilia.cristian@gmail.com>
Date: Sat, 17 Nov 2018 00:46:05 +0100
From: Cristian Sicilia <sicilia.cristian@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Carmeli Tamir <carmeli.tamir@...il.com>,
Cristian Sicilia <sicilia.cristian@...il.com>,
Christopher Diaz Riveros <chrisadr@...too.org>,
Arkadiusz Lis <areklis909@...il.com>,
Nathan Chancellor <natechancellor@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Split line, fix eol parenthesis and fix functions
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
Powered by blists - more mailing lists