[PATCH 3/3] Staging:bcm: fix coding style error in InterfaceIsr.c

Gorskin Ilya revent82 at gmail.com
Tue Sep 25 05:04:29 UTC 2012


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 at 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




More information about the devel mailing list