USB: serial: keyspan: Removed trailing whitespace.
authorBen Minerds <puzzleduck@gmail.com>
Wed, 11 Jul 2012 14:10:19 +0000 (00:10 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 00:09:15 +0000 (17:09 -0700)
Changes to conform with checkpatch.sh script. - trailing whitespace.
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 9006e574e2a29924f65f01dbb5bdc0acfd68bd7e..5f4b0fb77fb0013ddf46643b2157b4e99bcf00e6 100644 (file)
@@ -559,7 +559,7 @@ static void usa28_instat_callback(struct urb *urb)
 
        if (old_dcd_state != p_priv->dcd_state && old_dcd_state) {
                tty = tty_port_tty_get(&port->port);
-               if (tty && !C_CLOCAL(tty)) 
+               if (tty && !C_CLOCAL(tty))
                        tty_hangup(tty);
                tty_kref_put(tty);
        }
This page took 0.027911 seconds and 5 git commands to generate.