linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Minerds <puzzleduck@gmail.com>
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. - parentheses not required.
Date: Sun, 13 May 2012 23:52:40 +1000	[thread overview]
Message-ID: <1336917160-27059-6-git-send-email-puzzleduck@gmail.com> (raw)
In-Reply-To: <1336917160-27059-2-git-send-email-puzzleduck@gmail.com>

Removed 1 checkpatch.sh error.

Signed-off-by: Ben Minerds <puzzleduck@gmail.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 3c02c73..8f8df13 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


      parent reply	other threads:[~2012-05-13 13:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-13 13:52 [PATCH 2/6] USB: serial: Changes to conform with checkpatch. - spaces around '?' and ':' Ben Minerds
2012-05-13 13:52 ` [PATCH 3/6] USB: serial: Changes to conform with checkpatch. - space around '=' Ben Minerds
2012-05-13 13:52 ` [PATCH 4/6] USB: serial: Changes to conform with checkpatch. - space near open parenthesis '(' Ben Minerds
2012-05-13 13:52 ` [PATCH 5/6] USB: serial: Changes to conform with checkpatch. - trailing whitespace Ben Minerds
2012-05-13 13:52 ` Ben Minerds [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336917160-27059-6-git-send-email-puzzleduck@gmail.com \
    --to=puzzleduck@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=richard.weinberger@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).