提交 51f085a3 编写于 作者: A Avinash Kumar 提交者: Greg Kroah-Hartman

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

fixed styling issue in pointer typecast.
Signed-off-by: NAvinash Kumar <avi.kp.137@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 966630bc
...@@ -104,7 +104,7 @@ int BcmRDM(void *arg, ...@@ -104,7 +104,7 @@ int BcmRDM(void *arg,
void *buff, void *buff,
int len) 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, int BcmWRM(void *arg,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册