staging: bcm: InterfaceMisc.c: fixed styling issue in casting (foo*)->(foo *)
authorAvinash Kumar <avi.kp.137@gmail.com>
Thu, 5 Sep 2013 17:32:16 +0000 (23:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:47:43 +0000 (07:47 -0700)
fixed styling issue in pointer typecast.

Signed-off-by: Avinash Kumar <avi.kp.137@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceMisc.c

index afca010f9db59b0ccc48820cedfabfa2163f2f31..d9fa2bb03e117c8d12e83ca649e8a701efa07441 100644 (file)
@@ -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,