From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757974Ab2GKOHl (ORCPT ); Wed, 11 Jul 2012 10:07:41 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:40336 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755307Ab2GKOHh (ORCPT ); Wed, 11 Jul 2012 10:07:37 -0400 From: Ben Minerds 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 5/6] USB: serial: Removed trailing whitespace. Date: Thu, 12 Jul 2012 00:10:19 +1000 Message-Id: <1342015820-10229-6-git-send-email-puzzleduck@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1342015820-10229-1-git-send-email-puzzleduck@gmail.com> References: <1342015820-10229-1-git-send-email-puzzleduck@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes to conform with checkpatch.sh script. - trailing whitespace. Removed 1 checkpatch.sh error. Signed-off-by: Ben Minerds --- 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 50494f4..f205e9b 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) 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); } -- 1.7.2.5