Commit 51f085a3 authored by Avinash Kumar's avatar Avinash Kumar Committed by Greg Kroah-Hartman

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

fixed styling issue in pointer typecast.
Signed-off-by: default avatarAvinash Kumar <avi.kp.137@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 966630bc
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment