]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
USB: serial: keyspan: Fixed space around equals.
authorBen Minerds <puzzleduck@gmail.com>
Wed, 11 Jul 2012 14:10:17 +0000 (00:10 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 00:06:07 +0000 (17:06 -0700)
Changes to conform with checkpatch.sh script. - space around '='.
Removed 1 checkpatch.sh error.

Signed-off-by: Ben Minerds <puzzleduck@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan.c

index 7f1a045821838dd754761bc9d7f55904e9eb3a57..1524bd5a736373a807a35eb75761ce8b89dd7661 100644 (file)
@@ -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);