Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754912Ab2E1OUH (ORCPT ); Mon, 28 May 2012 10:20:07 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:39662 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754018Ab2E1OUD (ORCPT ); Mon, 28 May 2012 10:20:03 -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 6/6] USB: serial: Changes to conform with checkpatch.sh script. - return is not a function, parentheses not required. Date: Tue, 29 May 2012 00:22:00 +1000 Message-Id: <1338214920-32708-7-git-send-email-puzzleduck@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1338214920-32708-1-git-send-email-puzzleduck@gmail.com> References: <1338214920-32708-1-git-send-email-puzzleduck@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 28 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 f205e9b..ccb24e6 100644 --- a/drivers/usb/serial/keyspan.c +++ b/drivers/usb/serial/keyspan.c @@ -1240,7 +1240,7 @@ static int keyspan_fake_startup(struct usb_serial *serial) if (request_ihex_firmware(&fw, fw_name, &serial->dev->dev)) { dev_err(&serial->dev->dev, "Required keyspan firmware image (%s) unavailable.\n", fw_name); - return(1); + return 1; } dbg("Uploading Keyspan %s firmware.", fw_name); -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/