diff options
author | Ben Minerds <puzzleduck@gmail.com> | 2012-07-11 10:10:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-16 20:09:15 -0400 |
commit | 878b5fd690acba94f3e9b053f0281f273237ce3a (patch) | |
tree | 7925bb16cd84af63fbc50d36f945b38149433b6d /drivers/usb/serial | |
parent | ddc04ae77f6ed8ba60c2387536eeb685e9f5e856 (diff) |
USB: serial: keyspan: Removed trailing whitespace.
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>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | 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 9006e574e2a2..5f4b0fb77fb0 100644 --- a/drivers/usb/serial/keyspan.c +++ b/drivers/usb/serial/keyspan.c | |||
@@ -559,7 +559,7 @@ static void usa28_instat_callback(struct urb *urb) | |||
559 | 559 | ||
560 | if (old_dcd_state != p_priv->dcd_state && old_dcd_state) { | 560 | if (old_dcd_state != p_priv->dcd_state && old_dcd_state) { |
561 | tty = tty_port_tty_get(&port->port); | 561 | tty = tty_port_tty_get(&port->port); |
562 | if (tty && !C_CLOCAL(tty)) | 562 | if (tty && !C_CLOCAL(tty)) |
563 | tty_hangup(tty); | 563 | tty_hangup(tty); |
564 | tty_kref_put(tty); | 564 | tty_kref_put(tty); |
565 | } | 565 | } |