staging: gdm724x: Align parameters to parenthesis
Align parameters to open parenthesis. Signed-off-by: Dawid Kurek <dawikur@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d28fb1ffba
commit
95703a7829
@ -18,7 +18,8 @@
|
||||
#include <net/sock.h>
|
||||
|
||||
struct sock *netlink_init(int unit,
|
||||
void (*cb)(struct net_device *dev, u16 type, void *msg, int len));
|
||||
void (*cb)(struct net_device *dev,
|
||||
u16 type, void *msg, int len));
|
||||
int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len);
|
||||
|
||||
#endif /* _NETLINK_K_H_ */
|
||||
|
Reference in New Issue
Block a user