All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Minerds <puzzleduck@gmail.com>
To: alan@lxorguk.ukuu.org.uk
Cc: gregkh@linuxfoundation.org, richard.weinberger@gmail.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	puzzleduck@gmail.com
Subject: [PATCH 3/6] USB: serial: Fixed space around equals.
Date: Thu, 12 Jul 2012 00:10:17 +1000	[thread overview]
Message-ID: <1342015820-10229-4-git-send-email-puzzleduck@gmail.com> (raw)
In-Reply-To: <1342015820-10229-1-git-send-email-puzzleduck@gmail.com>

Changes to conform with checkpatch.sh script. - space around '='.
Removed 1 checkpatch.sh error.

Signed-off-by: Ben Minerds <puzzleduck@gmail.com>
---
 drivers/usb/serial/keyspan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspan.c
index 4389736..f980d7d 100644
--- a/drivers/usb/serial/keyspan.c
+++ b/drivers/usb/serial/keyspan.c
@@ -474,7 +474,7 @@ static void usa28_indat_callback(struct urb *urb)
 		p_priv = usb_get_serial_port_data(port);
 		data = urb->transfer_buffer;
 
-		tty =tty_port_tty_get(&port->port);
+		tty = tty_port_tty_get(&port->port);
 		if (tty && urb->actual_length) {
 			tty_insert_flip_string(tty, data, urb->actual_length);
 			tty_flip_buffer_push(tty);
-- 
1.7.2.5


  parent reply	other threads:[~2012-07-11 14:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 14:10 [PATCH 0/6] USB: serial: Changes to conform with checkpatch Ben Minerds
2012-07-11 14:10 ` [PATCH 1/6] USB: serial: Removed space before tabs Ben Minerds
2012-07-11 14:10 ` [PATCH 2/6] USB: serial: Fix spacing around conditional Ben Minerds
2012-07-11 14:10 ` Ben Minerds [this message]
2012-07-11 14:10 ` [PATCH 4/6] USB: serial: Fixed space near open parenthesis Ben Minerds
2012-07-11 14:10 ` [PATCH 5/6] USB: serial: Removed trailing whitespace Ben Minerds
2012-07-11 14:10 ` [PATCH 6/6] USB: serial: Removed unrequired parentheses Ben Minerds
2012-07-11 15:08 ` [PATCH 0/6] USB: serial: Changes to conform with checkpatch Greg KH
2012-07-11 15:39 ` Michal Nazarewicz

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=1342015820-10229-4-git-send-email-puzzleduck@gmail.com \
    --to=puzzleduck@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=richard.weinberger@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.