mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Gorskin Ilya <revent82@gmail.com>
To: gregkh@linuxfoundation.org, klmckinney1@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Gorskin Ilya <revent82@gmail.com>
Subject: [PATCH 3/3] Staging:bcm: fix coding style error in InterfaceIsr.c
Date: Tue, 25 Sep 2012 11:04:29 +0600	[thread overview]
Message-ID: <1348549469-7222-2-git-send-email-revent82@gmail.com> (raw)
In-Reply-To: <1348549469-7222-1-git-send-email-revent82@gmail.com>

This is a patch to the InterfaceIsr.c file that
fixes up a coding style issues found by the checkpatch.pl tool

Signed-off-by: Ilya Gorskin <revent82@gmail.com>
---
 drivers/staging/bcm/InterfaceIsr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/InterfaceIsr.c b/drivers/staging/bcm/InterfaceIsr.c
index 4f78451..0e68485 100644
--- a/drivers/staging/bcm/InterfaceIsr.c
+++ b/drivers/staging/bcm/InterfaceIsr.c
@@ -120,7 +120,7 @@ static void read_int_callback(struct urb *urb/*, struct pt_regs *regs*/)
 			urb->status = STATUS_SUCCESS ;
 			break ;
 			/*return;*/
-		default:
+	default:
 			/*This is required to check what is the defaults
 			* conditions when it occurs..*/
 			BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, NEXT_SEND,
-- 
1.7.12


  reply	other threads:[~2012-09-25  5:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-25  5:04 [PATCH 2/3] " Gorskin Ilya
2012-09-25  5:04 ` Gorskin Ilya [this message]
2012-09-25  6:53   ` [PATCH 3/3] " Dan Carpenter
2012-09-25  6:37 ` [PATCH 2/3] " Dan Carpenter

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=1348549469-7222-2-git-send-email-revent82@gmail.com \
    --to=revent82@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=klmckinney1@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome