mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
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:
committed by
Greg Kroah-Hartman
parent
966630bc79
commit
51f085a3bc
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user