linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cristian Sicilia <sicilia.cristian@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Carmeli Tamir <carmeli.tamir@gmail.com>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Arkadiusz Lis <areklis909@gmail.com>,
	Nathan Chancellor <natechancellor@gmail.com>
Cc: Cristian Sicilia <sicilia.cristian@gmail.com>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] Parenthesis fix
Date: Tue, 27 Nov 2018 21:57:15 +0100	[thread overview]
Message-ID: <1543352237-1978-1-git-send-email-sicilia.cristian@gmail.com> (raw)
In-Reply-To: <1543274351-25762-3-git-send-email-sicilia.cristian@gmail.com>

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 removing cast pointer.


Cristian Sicilia (2):
  staging: emxx_udc: Align parameter with parenthesis
  staging: emxx_udc: Remove cast and move all in one line.

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

-- 
2.7.4


  parent reply	other threads:[~2018-11-27 20:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Cristian Sicilia [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1543352237-1978-1-git-send-email-sicilia.cristian@gmail.com \
    --to=sicilia.cristian@gmail.com \
    --cc=areklis909@gmail.com \
    --cc=carmeli.tamir@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=natechancellor@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).