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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Avinash Kumar 2013-09-05 23:02:16 +05:30 committed by Greg Kroah-Hartman
parent 966630bc79
commit 51f085a3bc
1 changed files with 1 additions and 1 deletions

View 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,