Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Avinash Kumar and committed by
Greg Kroah-Hartman
51f085a3 966630bc

+1 -1
+1 -1
drivers/staging/bcm/InterfaceMisc.c
··· 104 104 void *buff, 105 105 int len) 106 106 { 107 - return InterfaceRDM((struct bcm_interface_adapter*)arg, addr, buff, len); 107 + return InterfaceRDM((struct bcm_interface_adapter *)arg, addr, buff, len); 108 108 } 109 109 110 110 int BcmWRM(void *arg,