[PATCH] staging: bcm: InterfaceMisc.c: fixed styling issue in casting (foo*)->(foo *)

Avinash Kumar avi.kp.137 at gmail.com
Thu Sep 5 17:32:16 UTC 2013


fixed styling issue in pointer typecast.

Signed-off-by: Avinash Kumar <avi.kp.137 at gmail.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



More information about the devel mailing list