[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1378402336-12351-1-git-send-email-avi.kp.137@gmail.com>
Date: Thu, 5 Sep 2013 23:02:16 +0530
From: Avinash Kumar <avi.kp.137@...il.com>
To: gregkh@...uxfoundation.org
Cc: klmckinney1@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Avinash Kumar <avi.kp.137@...il.com>
Subject: [PATCH] staging: bcm: InterfaceMisc.c: fixed styling issue in casting (foo*)->(foo *)
fixed styling issue in pointer typecast.
Signed-off-by: Avinash Kumar <avi.kp.137@...il.com>
---
drivers/staging/bcm/InterfaceMisc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm/InterfaceMisc.c b/drivers/staging/bcm/InterfaceMisc.c
index afca010..d9fa2bb 100644
--- a/drivers/staging/bcm/InterfaceMisc.c
+++ b/drivers/staging/bcm/InterfaceMisc.c
@@ -104,7 +104,7 @@ int BcmRDM(void *arg,
void *buff,
int len)
{
- return InterfaceRDM((struct bcm_interface_adapter*)arg, addr, buff, len);
+ return InterfaceRDM((struct bcm_interface_adapter *)arg, addr, buff, len);
}
int BcmWRM(void *arg,
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists