Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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_ */
+7 −7

File changed.

Contains only whitespace changes.