Commit 95703a78 authored by Dawid Kurek's avatar Dawid Kurek Committed by Greg Kroah-Hartman

staging: gdm724x: Align parameters to parenthesis

Align parameters to open parenthesis.
Signed-off-by: default avatarDawid Kurek <dawikur@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d28fb1ff
......@@ -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_ */
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