[no subject]

From: Nitesh A Jain
Date: Tue Dec 24 2013 - 12:22:23 EST


From: Nitesh A Jain <niteshjain92@xxxxxxxxx>
To: gregkh@xxxxxxxxxxxxxxxxxxx
Cc: devel@xxxxxxxxxxxxxxxxxxxx,
linux-kernel@xxxxxxxxxxxxxxx,
Nitesh A Jain <niteshjain92@xxxxxxxxx>
Subject: [PATCH] Staging: bcm: Bcmchar.c: fixed a space before semicolon coding style issue
Date: Tue, 24 Dec 2013 22:51:14 +0530
Message-Id: <1387905674-27546-1-git-send-email-niteshjain92@xxxxxxxxx>
X-Mailer: git-send-email 1.8.5.1

Fixed a coding style issue

Signed-off-by: Nitesh A Jain <niteshjain92@xxxxxxxxx>
---
drivers/staging/bcm/Bcmchar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 87b74ca..25f910b03 100644
--- a/drivers/staging/bcm/Bcmchar.c
+++ b/drivers/staging/bcm/Bcmchar.c
@@ -1190,7 +1190,7 @@ cntrlEnd:
break;

case IOCTL_BCM_CAL_INIT: {
- UINT uiSectorSize = 0 ;
+ UINT uiSectorSize = 0;
if (Adapter->eNVMType == NVM_FLASH) {
if (copy_from_user(&IoBuffer, argp, sizeof(struct bcm_ioctl_buffer)))
return -EFAULT;
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/