[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1336641447-23194-12-git-send-email-puzzleduck@gmail.com>
Date:	Thu, 10 May 2012 19:17:17 +1000
From:	Ben Minerds <puzzleduck@...il.com>
To:	alan@...rguk.ukuu.org.uk
Cc:	gregkh@...uxfoundation.org, richard.weinberger@...il.com,
	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
	Ben Minerds <puzzleduck@...il.com>
Subject: [PATCH 11/21] USB: serial: Changes to conform with checkpatch.sh script. parentheses not required
Removed 1 checkpatch.sh error.
Signed-off-by: Ben Minerds <puzzleduck@...il.com>
---
 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 f590bfa..8259bfe 100644
--- a/drivers/usb/serial/keyspan.c
+++ b/drivers/usb/serial/keyspan.c
@@ -1273,7 +1273,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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
