mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* (no subject)
@ 2013-12-24 17:21 Nitesh A Jain
  0 siblings, 0 replies; only message in thread
From: Nitesh A Jain @ 2013-12-24 17:21 UTC (permalink / raw)
  To: gregkh, devel, linux-kernel, niteshjain92

From: Nitesh A Jain <niteshjain92@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org,
	Nitesh A Jain <niteshjain92@gmail.com>
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@gmail.com>
X-Mailer: git-send-email 1.8.5.1

Fixed a coding style issue

Signed-off-by: Nitesh A Jain <niteshjain92@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-24 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-24 17:21 Nitesh A Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®